VertexObjects

EmfVertexData.VertexObjects property

Gets or sets an array of nVer TriVertex objects (section 2.2.26). Each object specifies the position and color of a vertex of either a rectangle or a triangle, depending on the value of the ulMode field.

public EmfTriVertex[] VertexObjects { get; set; }

See Also