Point2DMultiply Operator (Int32, Point2D)

CVB.Net Documentation
Multiply a PointD with a number.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Point2D operator *(
	int lhs,
	Point2D rhs
)

Parameters

lhs
Type: SystemInt32
lhs to multiply with
rhs
Type: Stemmer.CvbPoint2D
rhs to multiply with

Return Value

Type: Point2D
Product of lhs and rhs.
See Also

Reference