Share via


ClipPlane.Plane Property (Microsoft.DirectX.Direct3D)

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.