EmfArcTo

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

NameDescription
EmfArcTo()Initializes a new instance of the EmfArcTo class.
EmfArcTo(EmfRecord)Initializes a new instance of the EmfArcTo 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 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