LEADTOOLS (Leadtools assembly)

MemoryInformation Property

Show in webframe







Gets or sets information about the memory allocated for the image data.
Syntax
public RasterImageMemoryInformation MemoryInformation {get; set;}
'Declaration
 
Public Property MemoryInformation As RasterImageMemoryInformation
'Usage
 
Dim instance As RasterImage
Dim value As RasterImageMemoryInformation
 
instance.MemoryInformation = value
 
value = instance.MemoryInformation
public RasterImageMemoryInformation MemoryInformation {get; set;}

            
public RasterImageMemoryInformation getMemoryInformation()
public void setMemoryInformation(RasterImageMemoryInformation value)
            
 
get_MemoryInformation();
set_MemoryInformation(value);
Object.defineProperty('MemoryInformation');
public:
property RasterImageMemoryInformation MemoryInformation {
   RasterImageMemoryInformation get();
   void set (    RasterImageMemoryInformation value);
}

Property Value

Information about the memory allocated for the image data.
Remarks

Refer to RasterImageMemoryInformation for description of the different memory modules used by LEADTOOLS when allocating images.

For more information, refer to Memory Storage Types for Images.

Example
For an example, refer to Leadtools.ImageProcessing.CloneCommand.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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