GraphicsPath Methods

The GraphicsPath type exposes the following members.

Methods
  Name Description
Public method AddArc
Append an arc segment to path.
Public method AddLine
Add a line as a closed subpath.
Public method AddOval
Add an oval as a closed subpath.
Public method AddPath
Add a path to this one.
Public method AddRect
Add a rectangle as a closed subpath.
Public method AddRoundRect
Add a rectangle with rounded corners, as a closed subpath.
Public method GetBounds
Get the bounds of the GraphicsPath.
Public method Transform
Transform the points in this GraphicsPath using an affine transform.
Top
See Also