Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipticalArcToCommand Class / NEllipticalArcToCommand Constructor / NEllipticalArcToCommand Constructor(NPointF,NPointF,Single,Single)


In This Topic
    NEllipticalArcToCommand Constructor(NPointF,NPointF,Single,Single)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal point As NPointF, _
       ByVal control As NPointF, _
       ByVal angle As System.Single, _
       ByVal ratio As System.Single _
    )
    'Usage
     
    
    Dim point As NPointF
    Dim control As NPointF
    Dim angle As System.Single
    Dim ratio As System.Single
     
    Dim instance As New NEllipticalArcToCommand(point, control, angle, ratio)
    public NEllipticalArcToCommand( 
       NPointF point,
       NPointF control,
       System.float angle,
       System.float ratio
    )

    Parameters

    point
    control
    angle
    ratio
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also