The prototype for all the RasterPaintCallbacks.
public delegate object PaintCallbackDelegate(
RasterImage image,
object[] args
)
Public Delegate Function PaintCallbackDelegate( _
ByVal image As Leadtools.RasterImage, _
ByVal args() As Object _
) As Object
public delegate Object^ PaintCallbackDelegate(
Leadtools.RasterImage^ image,
array<Object^>^ args
)
image
The Leadtools.RasterImage being painted.
args
The arguments for the callback.
The number and type of parameters is fixed for each callback type.
For more information on the return value and parameters for each callback type, see RasterImagePaintCallbackFunction.
These callbacks are set to a RasterPaintCallbacks class using SetCallback.
For an example, refer to RasterPaintCallbacks.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET