AddFigure(Figure) | Adds a new figure. |
AddFigures(Figure[]) | Adds new figures. |
AddPath(GraphicsPath) | Appends the specified GraphicsPath to this path. |
AddPath(GraphicsPath, bool) | Appends the specified GraphicsPath to this path. |
DeepClone() | Performs a deep clone of this graphics path. |
Flatten() | Converts each curve in this path into a sequence of connected line segments. |
Flatten(Matrix) | Applies the specified transform and then converts each curve in this GraphicsPath into a sequence of connected line segments. |
Flatten(Matrix, float) | Converts each curve in this GraphicsPath into a sequence of connected line segments. |
override GetBounds(Matrix) | Gets the object’s bounds. |
override GetBounds(Matrix, Pen) | Gets the object’s bounds. |
IsOutlineVisible(Point, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen . |
IsOutlineVisible(PointF, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen . |
IsOutlineVisible(float, float, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen . |
IsOutlineVisible(int, int, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen . |
IsOutlineVisible(Point, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics . |
IsOutlineVisible(PointF, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics . |
IsOutlineVisible(float, float, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics . |
IsOutlineVisible(int, int, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics . |
IsVisible(Point) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(PointF) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(float, float) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(int, int) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(Point, Graphics) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(PointF, Graphics) | Indicates whether the specified point is contained within this GraphicsPath . |
IsVisible(float, float, Graphics) | Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics . |
IsVisible(int, int, Graphics) | Indicates whether the specified point is contained within this GraphicsPath , using the specified Graphics . |
RemoveFigure(Figure) | Removes a figure. |
RemoveFigures(Figure[]) | Removes figures. |
Reset() | Empties the graphics path and sets the FillMode to Alternate. |
Reverse() | Reverses the order of figures, shapes, and points in each shape of this GraphicsPath . |
override Transform(Matrix) | Applies the specified transformation to the shape. |
Warp(PointF[], RectangleF) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath . |
Warp(PointF[], RectangleF, Matrix) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath . |
Warp(PointF[], RectangleF, Matrix, WarpMode) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath . |
Warp(PointF[], RectangleF, Matrix, WarpMode, float) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath . |
Widen(Pen) | Adds an additional outline to the path. |
Widen(Pen, Matrix) | Adds an additional outline to the GraphicsPath . |
Widen(Pen, Matrix, float) | Replaces this GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen. |