GraphicsPath::AddArc Method

 

Appends an elliptical arc to the current figure.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodAddArc(Int32, Int32, Int32, Int32, Single, Single)

Appends an elliptical arc to the current figure.

System_CAPS_pubmethodAddArc(Rectangle, Single, Single)

Appends an elliptical arc to the current figure.

System_CAPS_pubmethodAddArc(RectangleF, Single, Single)

Appends an elliptical arc to the current figure.

System_CAPS_pubmethodAddArc(Single, Single, Single, Single, Single, Single)

Appends an elliptical arc to the current figure.

Return to top
Show: