RenderStateManager.Clipping Property |
Language: |
Retrieves or sets a value to enable primitive clipping by Microsoft Direct3D.
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);
System.Boolean
This property is read/write.
Set to true to enable primitive clipping, or false to disable it.
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.