GraphicsStream Constructor (IntPtr, Int64, IntPtr)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the GraphicsStream class.
Namespace: Microsoft.WindowsMobile.DirectX
Assembly: Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)
Syntax
'Declaration
Public Sub New ( _
dataPointer As IntPtr, _
size As Long, _
bufferPointer As IntPtr _
)
'Usage
Dim dataPointer As IntPtr
Dim size As Long
Dim bufferPointer As IntPtr
Dim instance As New GraphicsStream(dataPointer, _
size, bufferPointer)
public GraphicsStream(
IntPtr dataPointer,
long size,
IntPtr bufferPointer
)
public:
GraphicsStream(
IntPtr dataPointer,
long long size,
IntPtr bufferPointer
)
new :
dataPointer:IntPtr *
size:int64 *
bufferPointer:IntPtr -> GraphicsStream
Parameters
- dataPointer
Type: System.IntPtr
Reference to the graphics data in the stream buffer.
- size
Type: System.Int64
Size of the data referenced by dataPointer.
- bufferPointer
Type: System.IntPtr
Reference to the actual stream buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Platforms
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0