←Select platform

SetCallback Method

Summary
Adds a callback to the RasterPaintProperties.PaintCallbacks member.
Syntax
C#
C++/CLI
Python
def SetCallback(self,functionType,functionPointer): 

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.

Requirements

Target Platforms

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

Leadtools.Drawing Assembly

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