LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageAllocateData Class
See Also  Members  
Leadtools Namespace : RasterImageAllocateData Class



Provides data for the RasterImageAllocateCallback callback.

Object Model

RasterImageAllocateData Class

Syntax

Visual Basic (Declaration) 
Public Class RasterImageAllocateData 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageAllocateData
C# 
public class RasterImageAllocateData 
C++/CLI 
public ref class RasterImageAllocateData 

Example

Remarks

For information on when to use RasterImageAllocateData and RasterImageAllocateCallback, refer to RasterDefaults.SetRasterImageAllocateCallback.

All members of this class is read-only except for MemoryFlags. In other words, you cannot change the width, height, bits/pixel, order or size of the RasterImage object being created. You can however inspect and change the memory model (conventional, disk, tiled, etc.).

Inheritance Hierarchy

System.Object
   Leadtools.RasterImageAllocateData

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also