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



Holds a native (unmanaged) pointer and its length. Supported in Silverlight, Windows Phone 7

Object Model

RasterNativeBuffer StructureRasterNativeBuffer Structure

Syntax

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

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterNativeBuffer

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