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, double x, double y, double width, double height)
Sub DrawEllipse( _ pen As Pen, _ x As Double, _ y As Double, _ width As Double, _ height As Double _)
DrawEllipse Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace