GraphicsPath Class

A class representing a graphics path comprising lines and curves.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingGraphicsPath

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class GraphicsPath

The GraphicsPath type exposes the following members.

Constructors
  Name Description
Public method GraphicsPath
Construct a new empty GraphicsPath.
Public method GraphicsPath(GraphicsPath)
Construct a deep copy of an existing GraphicsPath.
Top
Properties
  Name Description
Public property Entries
The entries which make up this GraphicsPath.
Top
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