RectangleData

EmfPlusDrawArc.RectangleData property

Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that is collinear with the arc. This rectangle defines the position, size, and shape of the arc. The type of object in this field is specified by the value of the Flags field.

public RectangleF RectangleData { get; set; }

See Also