PointMultiply Operator

Multiply a vector Point by a scalar.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Point operator *(
        Point a,
        double b
)

Parameters

a
Type: WebSupergoo.WordGlue4Point
The Point for multiplication.
b
Type: SystemDouble
Scalar that the components of the point should be multiplied by.

Return Value

Type: Point
A Point containing the result.
See Also