←Select platform

PaintCallbackDelegate Delegate

Summary

The prototype for all the RasterPaintCallbacks.

Syntax
C#
VB
C++
public delegate object PaintCallbackDelegate( 
   RasterImage image, 
   object[] args 
) 
Public Delegate Function PaintCallbackDelegate( _ 
   ByVal image As RasterImage, _ 
   ByVal args() As Object _ 
) As Object 
public delegate Object^ PaintCallbackDelegate(  
   RasterImage^ image, 
   array<Object^>^ args 
) 

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.

Example

For an example, refer to RasterPaintCallbacks.

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

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

Leadtools.Drawing Assembly