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


In This Topic
    NPathCommand Class Members
    In This Topic

    The following tables list the members exposed by NPathCommand.

    Public Properties
     NameDescription
    Public PropertyGets/sets the location of the command primary point  
    Public PropertyCustom object associated with the path command  
    Public PropertyMust override to get the command type  
    Public PropertyGets/sets the X coordinate of the command location  
    Public PropertyGets/sets the Y coordinate of the command location  
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the bounds of this command in the specified range  
    Public MethodMust override to add the command to the specified graphics path  
    Public MethodMust override to clone the command  
    Public MethodObtains the geometry primitive which represents this path command  
    Public MethodScales this command around the specified pin with the specified scale factors  
    Public MethodTranslates this command with the specified amounts  
    Top
    See Also