Class EmfArc
The EMR_ARC record specifies an elliptical arc.
public sealed class EmfArc : EmfDrawingRecordType
- Inheritance
-
EmfArc
- Inherited Members
Constructors
EmfArc()
Initializes a new instance of the EmfArc class.
public EmfArc()
EmfArc(EmfRecord)
Initializes a new instance of the EmfArc class.
public EmfArc(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 inclusive-inclusive bounding rectangle.
public Rectangle Box { get; set; }
Property Value
End
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.
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, in logical units, of the ending point of the radial line defining the starting point of the arc.
public Point Start { get; set; }