ClipPlane Class (Microsoft.DirectX.Direct3D)
Defines the clipping plane for a device.
Definition
Visual Basic NotInheritable Public Class ClipPlane
Inherits ObjectC# public sealed class ClipPlane : Object C++ public ref class ClipPlane sealed : Object JScript public final class ClipPlane extends Object
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
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