LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageMemoryInformation Structure
See Also  Members  
Leadtools Namespace : RasterImageMemoryInformation Structure



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

Object Model

RasterImageMemoryInformation StructureRasterImageMemoryInformation Structure

Syntax

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

Example

For an example, refer to RasterImage.MemoryInformation.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterImageMemoryInformation

Requirements

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

See Also