NevronOpenVision
Nevron.Nov.Graphics Namespace / NGraphicsPath Class


In This Topic
    NGraphicsPath Class Properties
    In This Topic

    For a list of all members of this type, see NGraphicsPath members.

    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyChecks if the graphics path contains closed figures.  
    Public PropertyChecks if the graphics path contains open figures.  
    Public PropertyReturns true if a figure is started in this path, otherwise false.  
    Public PropertyGets whether this path is flat (i.e. contains only line segments)  
    Public PropertyGets whether the path contains NaN coordinates  
    Top
    See Also