Point.Multiply 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.
Multiply(System.Double value)
Returns the Point where each coordinate of the current Point has been multiplied with a scalar value.Syntax
public Point Multiply (
System.Double value
)
Parameters
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 the current point with value.
A point whose coordinates are the result of multiplying each coordinate of the current point with value.
Platforms
Windows, Linux, Android