| Name | Description |
| AddCircle | Overloaded. Adds a circle to the path |
| AddCircleSegment | Overloaded. Adds a circle segment to the path. |
| AddClosedCurve | Overloaded. Adds a cardinal spline closed figure to this path. |
| AddCubicBezier | Overloaded. Adds a cubic bezier |
| AddCubicBeziers | The points parameter specifies an array of endpoints and control points of the connected curves. The first curve is constructed from the first point to the fourth point in the points array by using the second and third points as control points. In addition to the endpoint of the previous curve, each subsequent curve in the sequence needs exactly three more points: the next two points in the sequence are control points, and the third is the endpoint for the added curve. If there are previous lines or curves in the figure, a line is added to connect the endpoint of the previous segment to the starting point of the first cubic curve in the sequence. |
| AddCurve | Overloaded. Adds a cardinal spline to the current figure of this path. |
| AddEllipse | Overloaded. Adds an ellipse to the path |
| AddEllipseSegment | Overloaded. Adds an ellipse segment to the path |
| AddEllipticalArc | Adds an elliptical arc |
| AddLineSegment | Overloaded. Adds a line segment to the path |
| AddNurbsCurve | Adds a non-uniform rational B-spline (NURBS) curve. |
| AddPath | Adds the specified path to this path. |
| AddPie | Overloaded. Adds a pie. |
| AddPoint | Overloaded. Adds a point with the specified type. Grows the points arrays if necessary. Increases the path version and points count. |
| AddPolygon | Overloaded. Adds a polygon to the path. The polygon is added as a separate figure. |
| AddPolyline | Overloaded. Adds a polyline. |
| AddQuad | Overloaded. Adds a quad |
| AddRectangle | Overloaded. Adds a rectangle to the path |
| AddRoundedRectangle | Overloaded. Adds a rounded rectangle to the path. The rounding parameter defines the desired size of the corner circle radius. |
| AddToPath | Overridden. |
| AddTriangle | Adds a triangle. |
| CircularArcTo | Overloaded. Draws a bowed arc to the specified point |
| CloseAllFigures | Closes all figures in this graphics path |
| CloseFigure | Closes the current figure. |
| Contains | Overloaded. Checks whether the specified point is contained in the filled interior of this path provided that it is filled with the specified filling rule. |
| ContainsOnOutline | Overloaded. Overridden. |
| CubicBezierTo | Overloaded. Draws a cubic bezier from the prev point to the specified point. |
| DeepClone | Overridden. Creates an identical copy of this object. |
| EllipticalArcTo | Draws an elliptical arc to the specified point. |
| Equals | Overriden to return true if the object is a NGraphicsPath that defines the same geometry as this graphics path. |
| ExclusiveOr | Gets a path that represents the subtraction of this graphics path with the specified other graphics path |
| Flatten | Overloaded. Flattens the path with DefaultFlatness (0.25). |
| GetBounds | Gets the bounds of the path, after it has been transformed with the specified transform |
| GetExactBounds | Gets the exact bounds of the path, after it has been transformed with the specified transform |
| GetFigure | Gets the figures in the graphics path |
| GetFigureBounds | Gets the bounds of the specified figure. The specified figure must belongs to this path. |
| GetFigureCount | Gets the figures count. |
| GetFigurePath | Gets the sub-path of this path that represents the specified figure. The specified figure must belongs to this path. |
| GetFigureTypes | Gets the figure types . |
| GetHashCode | Overriden because equals was overriden. |
| GetOutlineLength | Overridden. Gets the length of this graphics path outline. |
| GetPathPoint | Gets the path point at the specified index |
| GetPathPoints | Gets the points of the path |
| GetPointInfo | Gets information about the point at the specified index |
| GetPointType | Gets the point type at the specified index |
| GetTypes | Gets the types of the points in the path. DO NOT MODIFY THE RETURNED ARRAY. |
| HitTestFillByPoint | Hit tests the filling of the path. |
| HitTestFillByRegion | Hit tests the filling of the path. |
| HitTestOutlineByPoint | Hit test the outline of a path by point. |
| HitTestOutlineByRegion | Hit test the outline of a path by region. |
| Intersect | Gets a path that represents the intersection of this graphics path with the specified other graphics path |
| LineTo | Overloaded. Draws a line from the prev point to the specified point |
| LineTos | Overloaded. Draws multiple LineTo commands through the specified points. |
| QuadraticBezierTo | Draws a quadratic bezier from the prev point to the specified point. |
| Recycle | Recycles the object. This operation is performed when the object enters a recycling pool. |
| Reverse | Reverses the order of points in the path and preserves the figures logical start and ends. |
| RoundCorners | Rounds the adjacent sharp corners in this path. |
| RoundPoints | Rounds the points in this path to the specified decimals precision. |
| Simplify | Flattens the path with the specified flatness, which is the maximum allowed deviation from the appoximated line segments to the curve segments. |
| StartFigure | Overloaded. Moves to the specified point (starts a new figure) |
| Subtract | Gets a path that represents the subtraction of this graphics path with the specified other graphics path |
| TryGetContourLocationAndAngle | Tries to get the percent location and angle from the specified location factor. |
| TryGetNearestIntersection | Gets the nearest intersection point to dirPoint out of all intersections between this geometry and the centerPoint:dirPoint vector. All points are in shape local coordinates. |
| TrySnapPoint | Tries to snap the specified point to the neareast point from this path outline, that is no further that the specified distance. |
| Union | Gets a path that represents the union of this graphics path with the specified other graphics path |
| Widen | Overloaded. Widen the path using default flatness. |