LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Size Property (RasterImageAllocateData)






Gets the size of the data required by the RasterImage object being created in bytes. .NET support WinRT support
Syntax
public long Size {get;}
'Declaration
 
Public ReadOnly Property Size As Long
'Usage
 
Dim instance As RasterImageAllocateData
Dim value As Long
 
value = instance.Size
public long Size {get;}
 get_Size(); 
public:
property int64 Size {
   int64 get();
}

Property Value

The size of the data required by the RasterImage object being created in bytes.
Remarks

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.).

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

RasterImageAllocateData Class
RasterImageAllocateData Members

 

 


Products | Support | Contact Us | Copyright Notices

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