Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
The type of callback to add.
This parameter must be one of the RasterImagePaintCallbackFunction enumeration.
The callback function.
public void SetCallback( RasterImagePaintCallbackFunction functionType, PaintCallbackDelegate functionPointer )
'Declaration
Public Sub SetCallback( _ ByVal functionType As RasterImagePaintCallbackFunction, _ ByVal functionPointer As PaintCallbackDelegate _ )
'Usage
Dim instance As RasterPaintCallbacks Dim functionType As RasterImagePaintCallbackFunction Dim functionPointer As PaintCallbackDelegate instance.SetCallback(functionType, functionPointer)
public: void SetCallback( RasterImagePaintCallbackFunction functionType, PaintCallbackDelegate^ functionPointer )
The type of callback to add.
This parameter must be one of the RasterImagePaintCallbackFunction enumeration.
The callback function.
This method sets a particular callback. If you wish to remove a callback pass null (Nothing in VB) as functionPointer parameter.