ClipPlanes Class (Microsoft.DirectX.Direct3D)

Contains the clipping planes on the device.

Definition

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

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
DisableAll Disables all clipping planes on the device.
EnableAll Enables all clipping planes that have been set.

Properties

PropertyDescription
Item Retrieves the ClipPlane object referenced by index.

Inheritance Hierarchy

ObjectLeave Site
ClipPlanes

Remarks

This class is a collection of ClipPlane objects that are associated with a Device.

ClipPlanes supports a maximum of 32 ClipPlane objects.

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
Show: