EmfTriVertex Class

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

Aspose.Imaging Version: 24.6.0

Constructors

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

Properties

NameTypeAccessDescription
alphashortr/wGets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point.
blueshortr/wGets or sets a 16-bit unsigned integer that specifies the blue color value for the point.
greenshortr/wGets or sets a 16-bit unsigned integer that specifies the green color value for the point.
redshortr/wGets or sets a 16-bit unsigned integer that specifies the red color value for the point.
xintr/wGets or sets a 32-bit signed integer that specifies the horizontal position, in logical units.
yintr/wGets 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