Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : RasterImageAllocateCallback Delegate |
public delegate RasterExceptionCode RasterImageAllocateCallback( RasterImageAllocateData data )
'Declaration
Public Delegate Function RasterImageAllocateCallback( _ ByVal data As RasterImageAllocateData _ ) As RasterExceptionCode
'Usage
Dim instance As New RasterImageAllocateCallback(AddressOf HandlerMethod)
public delegate RasterExceptionCode RasterImageAllocateCallback( RasterImageAllocateData data )
RasterImageAllocateCallback( data )
public delegate RasterExceptionCode RasterImageAllocateCallback( RasterImageAllocateData^ data )
For more information, refer to RasterDefaults.SetRasterImageAllocateCallback and RasterImageAllocateData.