ClipPlane Class (Microsoft.DirectX.Direct3D)

Defines the clipping plane for a device.

Definition

Visual BasicNotInheritable Public Class ClipPlane
    Inherits ObjectLeave Site
C#public sealed class ClipPlane : ObjectLeave Site
C++public ref class ClipPlane sealed : ObjectLeave Site
JScriptpublic final class ClipPlane extends ObjectLeave Site

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
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

PropertyDescription
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

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong NameMicrosoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also

Show: