[]
Fill the special ellipse on current Grapchis
by using special brush
public void FillEllipse(Brush brush, Rectangle rectangle)
Type | Name | Description |
---|---|---|
Brush | brush | A Brush object used to fill the ellipse. |
Rectangle | rectangle | A Rectangle indicates the bounding rectangle which center is the center of ellipse |
Windows 95/98/Me: The sum of the coordinates of the bounding rectangle cannot exceed 32,767.
The width of rectangle
or the height of rectangle
cannot exceed 32,767.
Type | Condition |
---|---|
SystemErrorException |