EmfArc

EmfArc class

The EMR_ARC record specifies an elliptical arc.

public sealed class EmfArc : EmfDrawingRecordType

Constructors

NameDescription
EmfArc()Initializes a new instance of the EmfArc class.
EmfArc(EmfRecord)Initializes a new instance of the EmfArc class.

Properties

NameDescription
Box { get; set; }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.
End { get; set; }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.
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, in logical units, of the ending point of the radial line defining the starting point of the arc.
Type { get; set; }Gets or sets the type.

See Also