TypeLib Xojo support Plugin

RawBitmap.ProgressDelegate Delegate (console safe)

Delegate type to be used with various of bitmap operations.

ProgressDelegate(
   value as UInt64,
   total as UInt64,
   extraInfo as UInt64,
   ByRef cancel as Boolean)

Parameters

value
Current value of the progress.
total
Total value of the progress
extraInfo
Algorithms can optionally use this one for extra info.
cancel (ByRef parameter)
Cancel handler. Set this to true in your progress callback to cancel the task.

Remarks

Some of the codecs from the GraphicsFormats plugin use this.

See Also

RawBitmap Class