GraphicsStream.Length Property (Microsoft.DirectX)

Retrieves the length of the stream in bytes.

Definition

Visual Basic Overrides Public ReadOnly Property Length As Long
C# public override long Length { get; }
C++ public:
property virtual long Length override {
        long get();
}
JScript public function get Length() : long

Property Value

System.Int64
Stream length in bytes.

This property is read-only.