Name | Description | |
---|---|---|
![]() | XLPath Constructor |
The following tables list the members exposed by XLPath.
Name | Description | |
---|---|---|
![]() | XLPath Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | Gets a end point of this path. |
![]() | FigureHasSegments | Gets a value indicating if the active figure contains one or more segments. |
![]() | FigureStarted | Gets a value indicating if there is an active figure to update. |
![]() | FillMode | Gets GrapeCity.Documents.Drawing.FillMode method used to determine whether a given point is part of the geometry. |
![]() | IsClosed | Gets a value indicating if the path is closed for subsequent modifications. |
![]() | StartPoint | Gets a start point of this path. |
Name | Description | |
---|---|---|
![]() | AddArc | Overloaded. Adds a single arc to the path geometry. |
![]() | AddBezier | Creates a cubic Bezier curve between the current point and the specified end point. |
![]() | AddEllipse | Adds the ellipse figure for this path. |
![]() | AddLine | Creates a line segment between the current point and the specified end point and adds it to the geometry sink. |
![]() | AddPie | Adds pie figure for this path. |
![]() | AddPolygon | Adds the polygon figure for this path. |
![]() | AddQuadraticBezier | Creates a quadratic Bezier curve between the current point and the specified end point. |
![]() | AddRect | Adds the rectangle figure for this path. |
![]() | AddRoundRect | Overloaded. Adds the round rectangle figure for this path. |
![]() | BeginFigure | Starts a new figure at the specified point. |
![]() | CancelFigure | Discards the active figure. |
![]() | Close | Closes the path for modifications. The path cannot be modified after it is closed. |
![]() | Dispose | |
![]() | Draw | Overloaded. Draws a path defined by points and types. |
![]() | EndFigure | Overloaded. Ends the current figure; optionally, closes it. |
![]() | Fill | Fills a path defined by points and types. |
![]() | GetBounds | Overloaded. Returns a rectangle that bounds this path. |
![]() | PopClip | Restore clipping. |
![]() | PushClip | Apply this path for clipping. |
![]() | SetFillMode | Specifies the method used to determine which points are inside the geometry described by this path and which points are outside. |