Implements the *.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
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.