
| 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 | |
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
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.).
System.Object
Leadtools.RasterImageAllocateData
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
Copy Code