Microsoft DirectX 9.0 SDK Update (October 2004)

ClipPlanes Class

Language:

Note: This documentation is preliminary and is subject to change.

Contains the clipping planes on the device.

Definition

Visual Basic .NET NotInheritable Public Class ClipPlanes
   Inherits Object 
C# public sealed class ClipPlanes : Object
Managed C++ public __gc __sealed class ClipPlanes  : public Object
JScript .NET public class ClipPlanes extends Object

Members Table

Method Description
DisableAll Disables all clipping planes on the device.
EnableAll Enables all clipping planes that have been set.
Property Description
Item Retrieves the ClipPlane object referenced by index.

Inheritance Hierarchy

Object Leave 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

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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center