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


In This Topic
    NEllipticalArcToCommand Class Members
    In This Topic

    The following tables list the members exposed by NEllipticalArcToCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the angle, which the major axis forms with the X-axis  
    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 PropertyGets/sets the ratio between the major and minor ellipse axes. A ratio of 1 produces a circular arc. The value of this property must be larger than 0.  
    Public PropertyCustom object associated with the path command (Inherited from Nevron.GraphicsCore.NPathCommand)
    Public PropertyOverridden. Overriden to return EllipticalArcTo  
    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 line 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 NEllipticalArcF 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