Share

TriangleStripGraphics.CoordinateIndexSet Property

Parent Object: TriangleStripGraphics

Description

Get and sets the GraphicsIndexSet that defines the indices within the coordinate set to use for the triangles of the set.

Syntax

TriangleStripGraphics.CoordinateIndexSet() As GraphicsIndexSet

Property Value

This is a read/write property whose value is a GraphicsIndexSet.

Samples

Name Description
Client Graphics - Triangle This sample demonstrates the creation of client graphics triangles using triange fans and strips. It does this by drawing a cylinder. The end caps are triangle fans and the cylinder is made from a triangle strip.

Version

Introduced in version 5

Was this information helpful?