EmfTriVertex Class
Contents
[
Hide
]Summary: The TriVertex object specifies color and position information for the definition of a rectangle or
triangle vertex.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfTriVertex
Inheritance: EmfObject
Constructors
Name | Description |
---|---|
EmfTriVertex() | Initializes a new instance of the EmfTriVertex class |
Properties
Name | Type | Access | Description |
---|---|---|---|
alpha | short | r/w | Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point. |
blue | short | r/w | Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point. |
green | short | r/w | Gets or sets a 16-bit unsigned integer that specifies the green color value for the point. |
red | short | r/w | Gets or sets a 16-bit unsigned integer that specifies the red color value for the point. |
x | int | r/w | Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units. |
y | int | r/w | Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units. |
Constructor: EmfTriVertex()
EmfTriVertex()
Initializes a new instance of the EmfTriVertex class