Share via


VertexCache.Pattern Property (Microsoft.DirectX.Direct3D)

Retrieves the bit pattern of the vertex cache.

Definition

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

Property Value

System.Int32
Value in the four-character code (FOURCC) ('C', 'A', 'C', 'H') format that specifies the bit pattern.

This property is read-only.