RenderStateManager.Clipping Property

Language:

Retrieves or sets a value to enable primitive clipping by Microsoft Direct3D.

Definition

Visual Basic Public Property Clipping As Boolean
C# public bool Clipping { get; set; }
C++ public:
property bool Clipping {
        bool get();
        void set(bool value);
}
JScript public function get Clipping() : boolean
public function set Clipping(boolean);

Property Value

System.Boolean
Set to true to enable primitive clipping, or false to disable it.

This property is read/write. 

Remarks

The default value is true.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.