EmfGradientTriangle

EmfGradientTriangle class

The GradientTriangle object defines a triangle using TriVertex objects (section 2.2.26) in an EMR_GRADIENTFILL record (section 2.3.5.12)

public sealed class EmfGradientTriangle : EmfObject

Constructors

NameDescription
EmfGradientTriangle()The default constructor.

Properties

NameDescription
Vertex1 { get; set; }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.
Vertex2 { get; set; }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.
Vertex3 { get; set; }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.

See Also