Vertex2

EmfGradientTriangle.Vertex2 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 Vertex2 { get; set; }

See Also