RenderStateManager.Clipping Property |
Language: |
Retrieves or sets a value to enable primitive clipping by Microsoft® Direct3D®.
Visual Basic .NET Public Property Clipping As Boolean C# public bool Clipping { get; set; } Managed C++ public: __property bool get_Clipping();
public: __property void set_Clipping(bool);JScript .NET public function get Clipping() : boolean
public function set Clipping(boolean);
System.Boolean . Set to true to enable primitive clipping, or false to disable it.
This property is read/write.
The default value is true.
Feedback? Please provide us with your comments on this topic.