Class EmfTriVertex
Contents
[
Hide
]EmfTriVertex class
The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex.
public sealed class EmfTriVertex : EmfObject
Constructors
| Name | Description |
|---|---|
| EmfTriVertex() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Alpha { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point. |
| Blue { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point. |
| Green { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the green color value for the point. |
| Red { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the red color value for the point. |
| X { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units. |
| Y { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units. |
See Also
- class EmfObject
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Objects
- assembly Aspose.Imaging