Glossary Item Box

LabDevTools Send comments on this topic.

DrawEllipse Method

Draws an ellipse defined by a bounding RectangleF.

 

[Visual Basic]
Public Sub DrawEllipse(ByVal rect As RectangleF, ByVal Color As Color)
  
[C#]
public void DrawEllipse(RectangleF rect, Color Color);

 

    Parameters:

rect 
    RectangleF structure that defines the boundaries of the ellipse.
 
Color
   Color with which it comes drawn the ellipse.

    Return value:

None. 

See also:

Clear | DrawArc | DrawClosedSpline | DrawLines | DrawPath | DrawPoint | DrawPolygon | DrawRectangle | DrawSpline | FillClosedSpline | FillEllipse | FillPath | FillPolygon | FillRectangle | SavePicture

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.