←Select platform

SetCallback Method

Summary
Adds a callback to the RasterPaintProperties.PaintCallbacks member.
Syntax
C#
VB
C++
Public Sub SetCallback( _ 
   ByVal functionType As RasterImagePaintCallbackFunction, _ 
   ByVal functionPointer As PaintCallbackDelegate _ 
)  

Parameters

functionType
The type of callback to add.

This parameter must be one of the RasterImagePaintCallbackFunction enumeration.

functionPointer
The callback function.

Remarks

This method sets a particular callback. If you wish to remove a callback pass null (Nothing in VB) as functionPointer parameter.

Example

For an example, refer to RasterPaintProperties.PaintCallbacks.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.