EmfAngleArc

EmfAngleArc class

The EMR_ANGLEARC record specifies a line segment of an arc. The line segment is drawn from the current position to the beginning of the arc. The arc is drawn along the perimeter of a circle with the given radius and center. The length of the arc is defined by the given start and sweep angles

public sealed class EmfAngleArc : EmfDrawingRecordType

Constructors

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

Properties

NameDescription
Center { get; set; }Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the circle’s center.
Radius { get; set; }Gets or sets a 32-bit unsigned integer that specifies the circle’s radius, in logical units.
Size { get; set; }Gets or sets the size of the record
StartAngle { get; set; }Gets or sets a 32-bit float that specifies the arc’s start angle, in degrees.
SweepAngle { get; set; }Gets or sets a 32-bit float that specifies the arc’s sweep angle, in degrees.
Type { get; set; }Gets or sets the type.

See Also