[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GraphicsPath

GraphicsPath Class

Describes a set of geometric figures that can contain lines, arcs, cubic Bezier curves, and quadratic Bezier curves.

Inheritance
GraphicsPath
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class GraphicsPath
Public Class GraphicsPath

Constructors

Name Description
GraphicsPath(FillMode, params IFigure[])

Initializes a new instance of the GraphicsPath class with explicitly provided fill mode.

GraphicsPath(params IFigure[])

Initializes a new instance of the GraphicsPath class with the alternate fill mode.

Properties

Name Description
Figures

Gets the array of figures in the path.

FillMode

Gets a value specifying how the interior of closed figures is filled.

Methods

Name Description
Clone()

Creates a copy of the GraphicsPath.

GetBounds(Matrix3x2)

Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix3x2.

TransformPath(Matrix3x2)

Creates a transformed copy of the GraphicsPath.

Widen(Pen)

Widens the GraphicsPath by the specified stroke and returns the result as a new path.

Widen(Pen, Matrix3x2, Matrix3x2)

Widens the GraphicsPath by the specified stroke and returns the result as a new path.