GraphicsStream.InternalBufferPointer Property (Microsoft.DirectX)

This internal data member is the direct pointer to the unmanaged memory. It can be used, for example, to glue in unmanaged code that renders to dynamic textures.

Definition

Visual Basic Public ReadOnly Property InternalBufferPointer
C# public void InternalBufferPointer { get; }
C++ public:
property void InternalBufferPointer {
        void get();
}
JScript public function get InternalBufferPointer() : void

Property Value

System.Void
Retrieves a void pointer to the stream object's internal buffer.

This property is read-only.