EmfGradientTriangle Class

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

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfGradientTriangle

Inheritance: EmfObject

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
EmfGradientTriangle()Initializes a new instance of the EmfGradientTriangle class

Properties

NameTypeAccessDescription
vertex1intr/wGets 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.
vertex2intr/wGets 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.
vertex3intr/wGets 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.

Constructor: EmfGradientTriangle()

 EmfGradientTriangle() 

Initializes a new instance of the EmfGradientTriangle class