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

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

    Parameters

    t
    The transformation
    p
    The point

    Return Value

    The transformed point.
    See Also