Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointTangent Class / PointTangent Constructor / PointTangent Constructor(Double,Double,Double,Double)

In This Topic
    PointTangent Constructor(Double,Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal tx As Double, _
       ByVal ty As Double _
    )
    public PointTangent( 
       double x,
       double y,
       double tx,
       double ty
    )

    Parameters

    x
    y
    tx
    ty
    See Also