Click or drag to resize

GH_GraphicsUtilAppendArc Method

Overload List
  NameDescription
Public methodStatic memberAppendArc(Point3d, Point3d, Vector3d, GraphicsPath)
Append an arc segment to a GraphicsPath. If the arc cannot be solved, a linear segment is appended instead.
Public methodStatic memberAppendArc(PointF, PointF, SizeF, GraphicsPath)
Append an arc segment to a GraphicsPath. If the arc cannot be solved, a linear segment is appended instead.
Top
See Also