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

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

    Parameters

    t
    The transformation
    p
    The point

    Return Value

    The transformed point.
    See Also