Glossary Item Box

LabDevTools Send comments on this topic.

FillEllipse Method

Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.

 

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

 

    Parameters:

rect 
    RectangleF structure that represents the bounding rectangle that defines the ellipse.
 
Color
   Color with which it comes filled up the ellipse.

    Return value:

None. 

See also:

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

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.