GraphicsDrawEllipse Method (Pen, RectangleF) |
Draws an ellipse outline with the specified pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawEllipse(
Pen pen,
RectangleF rectangle
)
Public Sub DrawEllipse (
pen As Pen,
rectangle As RectangleF
)
member DrawEllipse :
pen : Pen *
rectangle : RectangleF -> unit
Parameters
- pen
- Type: Eto.DrawingPen
Pen to outline the ellipse - rectangle
- Type: Eto.DrawingRectangleF
Location for the ellipse
See Also