ResourceStats.NumberObjectsUsedInVideoMemory Property (Microsoft.DirectX.Direct3D)

Retrieves the number of objects set to the device that are already in video memory.

Definition

Visual Basic Public ReadOnly Property NumberObjectsUsedInVideoMemory As Integer
C# public int NumberObjectsUsedInVideoMemory { get; }
C++ public:
property int NumberObjectsUsedInVideoMemory {
        int get();
}
JScript public function get NumberObjectsUsedInVideoMemory() : int

Property Value

System.Int32
Integer that represents the number of objects already in video memory.

This property is read-only.