This topic has not yet been rated - Rate this topic

ClipPlaneCollection.Item Property

Gets a specific ClipPlane object using an index value.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public ClipPlane this [
         int index
] { get; }

Property Value

The ClipPlane object at index index.
Exception typeCondition
ArgumentOutOfRangeException index was out of range.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.