RenderStateManager.Clipping Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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);

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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