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


In This Topic
    NCircularArcToCommand Class Members
    In This Topic

    The following tables list the members exposed by NCircularArcToCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the control point location  
    Public PropertyGets/sets the X coordinate of the control point  
    Public PropertyGets/sets the Y coordinate of the control point  
    Public PropertyGets/sets the location of the command primary point (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyCustom object associated with the path command (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyOverridden. Overriden to return CircularArcTo  
    Public PropertyGets/sets the X coordinate of the command location (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyGets/sets the Y coordinate of the command location (Inherited from Nevron.GraphicsCore.NPathCommand)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Accumulates the bounds of this command in the specified range  
    Public MethodOverridden. Overriden to draw a circular arc from the previous command location to this command location  
    Public MethodOverridden. Overriden to create a cloned move to command  
    Public MethodOverridden. Overriden to return an instance of the NCircleSegmentF primitive  
    Public MethodOverridden. Scales this command around the specified pin with the specified scale factors  
    Public MethodOverridden. Translates this command with the specified amounts  
    Top
    See Also