NGraphicsPath Class Properties
In This Topic
For a list of all members of this type, see NGraphicsPath members.
Public Properties
| Name | Description |
| ExactBounds | Gets the exact bounds of this path. This method is more costly to caclulate than Bounds, but the returned bounds take into account the exact bounds of contained cubic beziers, while the Bounds method only takes into account the cubic beziers hull bounds (bounds of end-points and control points). For flat paths the results of Bounds and ExactBounds is the same. |
| HasClosedFigures | Checks if the graphics path contains closed figures. |
| HasOpenFigures | Checks if the graphics path contains open figures. |
| IsFigureStarted | Returns true if a figure is started in this path, otherwise false. |
| IsFlat | Gets whether this path is flat (i.e. contains only line segments) |
| IsNaN | Gets whether the path contains NaN coordinates |
Top
See Also