Click or drag to resize

RectPointMultiply Operator (RectPoint, Int32)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static RectPoint operator *(
	RectPoint point,
	int n
)

Parameters

point
Type: Gamelogic.GridsRectPoint
n
Type: SystemInt32

Return Value

Type: RectPoint
See Also