GraphicsPath Class |
Namespace: WebSupergoo.WordGlue4.Rendering
The GraphicsPath type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphicsPath |
Construct a new empty GraphicsPath.
|
|
| GraphicsPath(GraphicsPath) |
Construct a deep copy of an existing
GraphicsPath.
|
| Name | Description | |
|---|---|---|
| AddArc |
Append an arc segment to path.
|
|
| AddLine |
Add a line as a closed subpath.
|
|
| AddOval |
Add an oval as a closed subpath.
|
|
| AddPath |
Add a path to this one.
|
|
| AddRect |
Add a rectangle as a closed subpath.
|
|
| AddRoundRect |
Add a rectangle with rounded corners, as a
closed subpath.
|
|
| GetBounds |
Get the bounds of the GraphicsPath.
|
|
| Transform |
Transform the points in this GraphicsPath
using an affine transform.
|