Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class
Properties Methods


In This Topic
    NPath Class Members
    In This Topic

    The following tables list the members exposed by NPath.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the path contains at least one closed figure  
    Public PropertyObtains a list of the figures, from which the path is constructed  
    Public PropertyGets/sets the fill mode of the path  
    Public PropertyObtains the last figure in the list  
    Public PropertyGets/sets a custom object associated with the path  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an arc to the path.  
    Public MethodOverloaded. Adds a bezier curve to the path  
    Public MethodAdds a series of connected bezier curves to the path  
    Public MethodAdds a circle to the path  
    Public MethodOverloaded. Adds a circular arc to the path  
    Public MethodAdds a circular pie to the path  
    Public MethodAdds an ellipse to the path  
    Public MethodOverloaded. Adds an elliptical arc to the path  
    Public MethodOverloaded. Adds an elliptical pie to the path  
    Public MethodOverloaded. Adds a line to the path  
    Public MethodAdds a series of connected lines to the path  
    Public MethodAppends the specified path to this path  
    Public MethodAdds a polygon to the path  
    Public MethodAdds a rectangle to the path  
    Public MethodAdds a rounded rectangle to the path  
    Public MethodAdds this path to the specified graphics path (does not apply the FillMode)  
    Public MethodCreates an exact replica of this object  
    Public MethodCloses all open figures in this path. All subsequent commands added to the path will be added to a new figure  
    Public MethodCloses the last figure. All subsequent commands added to the path will be added to a new figure  
    Public MethodCreates a graphics path from this figure (applies the FillMode)  
    Public MethodScales the path around the specified pin with the specified scale factors  
    Public MethodStarts a new figure without closing the current figure. All subsequent commands added to the path are added to a new figure  
    Public MethodTranslates this path with the specified amounts  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the current figure for adding new commands to it  
    Top
    See Also