←Select platform

PaintCallbackDelegate Delegate

Summary
The prototype for all the RasterPaintCallbacks.
Syntax
C#
C++/CLI
Python
public delegate object PaintCallbackDelegate( 
   RasterImage image, 
   object[] args 
) 
public delegate Object^ PaintCallbackDelegate(  
   RasterImage^ image, 
   array<Object^>^ args 
) 
def PaintCallbackDelegate(self,image,args): 
# image : RasterImage, args : Object[] 

Parameters

image
The Leadtools.RasterImage being painted.

args
The arguments for the callback.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

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.