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.