Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageMemoryInformation Structure
See Also  Members  
Leadtools Namespace : RasterImageMemoryInformation Structure



Stores information about the memory allocated for the RasterImage's data.

Syntax

Visual Basic (Declaration) 
Public Structure RasterImageMemoryInformation 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterImageMemoryInformation
C# 
public struct RasterImageMemoryInformation : ValueType 
C++/CLI 
public value class RasterImageMemoryInformation : public ValueType 

Example

For an example, refer to RasterImage.MemoryInformation.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterImageMemoryInformation

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also