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



Holds a native (unmanaged) pointer and its length.

Syntax

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

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterNativeBuffer

Requirements

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

See Also