WmfEllipse

WmfEllipse class

The META_ELLIPSE record draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the pen and is filled by using the brush; these are defined in the playback device context.

public class WmfEllipse : WmfRectangle

Constructors

NameDescription
WmfEllipse()The default constructor.

Properties

NameDescription
Rectangle { get; set; }Gets or sets the rectangle.

See Also