EmfGradientTriangle Class
Contents
[
Hide
]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
Constructors
Name | Description |
---|---|
EmfGradientTriangle() | Initializes a new instance of the EmfGradientTriangle class |
Properties
Name | Type | Access | Description |
---|---|---|---|
vertex1 | int | r/w | 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 | int | r/w | 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 | int | r/w | 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. |
Constructor: EmfGradientTriangle()
EmfGradientTriangle()
Initializes a new instance of the EmfGradientTriangle class