VertexIndexes

EmfVertexData.VertexIndexes property

Gets or sets an array of nTri GradientRectangle objects (section 2.2.7) or GradientTriangle objects (section 2.2.8), depending on the value of the ulMode field. Each object specifies indexes into the array of TriVertex objects in the VertexObjects field.

public EmfGradientRectangle[] VertexIndexes { get; set; }

See Also