Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawEllipse ( Pen pen, float x, float y, float width, float height)
Sub DrawEllipse( _ pen As Pen, _ x As Single, _ y As Single, _ width As Single, _ height As Single _)
DrawEllipse Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace