EmfEllipse

EmfEllipse class

The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.

public sealed class EmfEllipse : EmfDrawingRecordType

Constructors

NameDescription
EmfEllipse()Initializes a new instance of the EmfEllipse class.
EmfEllipse(EmfRecord)Initializes a new instance of the EmfEllipse 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.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also