Class EmfArcTo
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
- Inheritance
-
EmfArcTo
- Inherited Members
Constructors
EmfArcTo()
Initializes a new instance of the EmfArcTo class.
public EmfArcTo()
EmfArcTo(EmfRecord)
Initializes a new instance of the EmfArcTo class.
public EmfArcTo(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Box
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Rectangle Box { get; set; }
Property Value
End
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
public Point End { get; set; }
Property Value
Start
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.
public Point Start { get; set; }