Class EmfArcTo
Contents
[
Hide
]EmfArcTo class
The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc.
public sealed class EmfArcTo : EmfDrawingRecordType
Constructors
| Name | Description |
|---|---|
| EmfArcTo() | Initializes a new instance of the EmfArcTo class. |
| EmfArcTo(EmfRecord) | Initializes a new instance of the EmfArcTo class. |
Properties
| Name | Description |
|---|---|
| Box { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. |
| End { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units. |
| Size { get; set; } | Gets or sets the size of the record |
| Start { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units. |
| Type { get; set; } | Gets or sets the type. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging