Fills the interior of a chord defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial angle.
Overload List
| Overload | Description |
| FillChord(Brush,Int32,Int32,Int32,Int32,Int32,Int32) | Fills the interior of a chord defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial angle. |
| FillChord(Brush,Single,Single,Single,Single,Single,Single) | Fills the interior of a chord defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial angle. |
| FillChord(Brush,Rectangle,Single,Single) | Fills the interior of a chord defined by an ellipse specified by a System.Drawing.Rectangle structure. |
| FillChord(Brush,RectangleF,Single,Single) | Fills the interior of a chord defined by an ellipse specified by a System.Drawing.RectangleF structure. |
See Also