LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterImageAllocateCallback Delegate






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

RasterImageAllocateCallback Members
Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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