Visual Basic (Declaration) | |
---|---|
Public Property MemoryInformation As RasterImageMemoryInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImageMemoryInformation MemoryInformation {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterImageMemoryInformation get_MemoryInformation(); public: __property void set_MemoryInformation( RasterImageMemoryInformation value ); |
C++/CLI | |
---|---|
public: property RasterImageMemoryInformation MemoryInformation { RasterImageMemoryInformation get(); void set (RasterImageMemoryInformation value); } |
Return Value
Information about the memory allocated for the image data.For an example, refer to CloneCommand.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family