Point.Operator * Method
Returns the Point where each coordinate of the current Point has been multiplied with a scalar value.
Thread safety: This method is thread-safe.
operator *(Point point, System.Double value)
Returns the Point that results from multiplying each coordinate of a Point with a scalar value.Syntax
public static Point operator * (
Point point,
System.Double value
)
Parameters
point
Type: Point
A point.
A point.
value
Type: System.Double
The value to multiply each coordinate with.
The value to multiply each coordinate with.
Return Value
Type: Point
A point whose coordinates are the result of multiplying each coordinate of point with value.
A point whose coordinates are the result of multiplying each coordinate of point with value.
Platforms
Windows, Linux, Android