Device.ClipPlanes Property (Microsoft.DirectX.Direct3D)

Retrieves the clipping planes on the current device.

Definition

Visual BasicPublic ReadOnly Property ClipPlanes As ClipPlanes
C#public ClipPlanes ClipPlanes { get; }
C++public:
property ClipPlanes^ ClipPlanes {
        ClipPlanes^ get();
}
JScriptpublic function get ClipPlanes() : ClipPlanes

Property Value

Microsoft.DirectX.Direct3D.ClipPlanes
Clipping planes on the current device.

This property is read-only. 

See Also

Show: