LEADTOOLS (Leadtools assembly)

RasterImageAllocateCallback Delegate

Show in webframe







Parameters used when creating the RasterImage object.
Callback to use when new RasterImage objects are crated by LEADTOOLS.
Syntax
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
)

Parameters

data
Parameters used when creating the RasterImage object.

Return Value

RasterExceptionCode.Success to continue creating the RasterImage object, any other value will cause the toolkit to throw RasterException with code equals to this RasterExceptionCode.
Remarks

For more information, refer to RasterDefaults.SetRasterImageAllocateCallback and RasterImageAllocateData.

Example
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
Requirements

Target Platforms

See Also

Reference

RasterImageAllocateCallback Members
Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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