LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

PaintCallbackDelegate Delegate






The Leadtools.RasterImage being painted.
The arguments for the callback.
The prototype for all the RasterPaintCallbacks.
Syntax
public delegate object PaintCallbackDelegate( 
   RasterImage image,
   object[] args
)
'Declaration
 
Public Delegate Function PaintCallbackDelegate( _
   ByVal image As RasterImage, _
   ByVal args() As Object _
) As Object
'Usage
 
Dim instance As New PaintCallbackDelegate(AddressOf HandlerMethod)
public delegate object PaintCallbackDelegate( 
   RasterImage image,
   object[] args
)
PaintCallbackDelegate( 
   image ,
   args 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PaintCallbackDelegate Members
Leadtools.Drawing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.