ClipPlane.Plane Property

Language:

Retrieves or sets the coefficients of a user-defined clipping plane for the device.

Definition

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

Property Value

Microsoft.DirectX.Plane
User-defined clipping Plane.

This property is read/write. 

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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center