GraphicsStream Constructor (IntPtr, Int64, Boolean, Boolean)
[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, _
read As Boolean, _
write As Boolean _
)
'Usage
Dim dataPointer As IntPtr
Dim size As Long
Dim read As Boolean
Dim write As Boolean
Dim instance As New GraphicsStream(dataPointer, _
size, read, write)
public GraphicsStream(
IntPtr dataPointer,
long size,
bool read,
bool write
)
public:
GraphicsStream(
IntPtr dataPointer,
long long size,
bool read,
bool write
)
new :
dataPointer:IntPtr *
size:int64 *
read:bool *
write:bool -> 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.
- read
Type: System.Boolean
true if the buffer is readable; otherwise, false.
- write
Type: System.Boolean
true if the buffer is writeable; otherwise, false.
.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