Point | 
| Name | Description | |
|---|---|---|
| Multiply(Double, Point2DInt) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Int32, Point2DInt) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Point2DInt, Double) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. | |
| Multiply(Point2DInt, Int32) | Multiplies all the coordinates of a point with a scalar, and returns the result as a new point. |