Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Multiplication Operator / Multiplication(Transformation,IVertex) Operator
The transformation
The vertex

In This Topic
    Multiplication(Transformation,IVertex) Operator
    In This Topic
    Applies transformation to a 2D point.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal t As Transformation, _
       ByVal v As IVertex _
    ) As Point2D
    public Point2D operator *( 
       Transformation t,
       IVertex v
    )

    Parameters

    t
    The transformation
    v
    The vertex

    Return Value

    The transformed point.
    See Also