Visual Basic (Declaration) | |
---|---|
Public Property MemoryInformation As RasterImageMemoryInformation |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim value As RasterImageMemoryInformation instance.MemoryInformation = value value = instance.MemoryInformation |
C# | |
---|---|
public RasterImageMemoryInformation MemoryInformation {get; set;} |
C++/CLI | |
---|---|
public: property RasterImageMemoryInformation MemoryInformation { RasterImageMemoryInformation get(); void set ( RasterImageMemoryInformation value); } |
Property Value
Information about the memory allocated for the image data.For an example, refer to Leadtools.ImageProcessing.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7