PaintChord Method (DeviceContext)
In This Topic
Paints a chord (a region bounded by the intersection of an ellipse and a line segment, called a secant). The chord is outlined by using the current pen and filled by using the current brush.
Syntax
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the bounds of the ellipse.
- firstRadial
- A System.Drawing.Point indicates the endpoint of the first radial.
- secondRadial
- A System.Drawing.Point indicates the endpoint of the second radial.
Exceptions
See Also