ClipPlane Class (Microsoft.DirectX.Direct3D)

Defines the clipping plane for a device.

Definition

Visual Basic NotInheritable Public Class ClipPlane
    Inherits ObjectLeave Site
C# public sealed class ClipPlane : ObjectLeave Site
C++ public ref class ClipPlane sealed : ObjectLeave Site
JScript public final class ClipPlane extends ObjectLeave Site

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
GetSingleArray Retrieves the coefficients of a user-defined clipping plane for the device.
SetSingleArray Sets the coefficients of a user-defined clipping plane for the device.

Properties

Property Description
Enabled Enables or disables a clipping plane.
Plane Retrieves or sets the coefficients of a user-defined clipping plane for the device.

Inheritance Hierarchy

ObjectLeave Site

ClipPlane

Class Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also