Point..::..Multiply Operator (Point, Int32)

Implements the *.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static Point operator *(
	Point a,
	int b
)
Public Shared Operator * ( _
	a As Point, _
	b As Integer _
) As Point
public:
static Point^ operator *(
	Point^ a, 
	int^ b
)

Parameters

a
Type: Point
A.
b
Type: Int32
The b.

Return Value

The result of the operator.