GraphicsPathExtensions Methods |
The GraphicsPathExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddArc |
Adds an arc to the path at the specified location |
![]() ![]() | AddCurve(IGraphicsPath, PointF) |
Adds a curve that intersects with the specified points to the path
|
![]() ![]() | AddCurve(IGraphicsPath, Single, PointF) |
Adds a curve that intersects with the specified points to the path with the given tension |
![]() ![]() | AddEllipse |
Adds an ellipse to the path at the specified location |
![]() ![]() | AddLine |
Adds a line to the path
|
![]() ![]() | AddLines |
Adds lines to each of the specified points |
![]() ![]() | AddRectangle |
Adds a rectangle to the path at the specified location |
![]() ![]() | LineTo |
Adds a line from the current position to the specified location
|
![]() ![]() | MoveTo |
Moves the current position to the specified point without adding anything to the path
|