Adds a callback to the RasterPaintProperties.PaintCallbacks member.
public void SetCallback(RasterImagePaintCallbackFunction functionType,PaintCallbackDelegate functionPointer)
Public Sub SetCallback( _ByVal functionType As Leadtools.Drawing.RasterImagePaintCallbackFunction, _ByVal functionPointer As Leadtools.Drawing.PaintCallbackDelegate _)
public:void SetCallback(Leadtools.Drawing.RasterImagePaintCallbackFunction functionType,Leadtools.Drawing.PaintCallbackDelegate^ functionPointer)
functionType
The type of callback to add.
This parameter must be one of the RasterImagePaintCallbackFunction enumeration.
functionPointer
The callback function.
This method sets a particular callback. If you wish to remove a callback pass null (Nothing in VB) as functionPointer parameter.
For an example, refer to RasterPaintProperties.PaintCallbacks.
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
