Vertex3

EmfGradientTriangle.Vertex3 property

Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.

public int Vertex3 { get; set; }

See Also