Click or drag to resize

GraphicsPathExtensions Methods

The GraphicsPathExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddArc
Adds an arc to the path at the specified location
Public methodStatic memberAddCurve(IGraphicsPath, PointF)
Adds a curve that intersects with the specified points to the path
Public methodStatic memberAddCurve(IGraphicsPath, Single, PointF)
Adds a curve that intersects with the specified points to the path with the given tension
Public methodStatic memberAddEllipse
Adds an ellipse to the path at the specified location
Public methodStatic memberAddLine
Adds a line to the path
Public methodStatic memberAddLines
Adds lines to each of the specified points
Public methodStatic memberAddRectangle
Adds a rectangle to the path at the specified location
Public methodStatic memberLineTo
Adds a line from the current position to the specified location
Public methodStatic memberMoveTo
Moves the current position to the specified point without adding anything to the path
Top
See Also