Point2D.Multiply (Double, Point2D) Operator

Product between a scalar value and a 2D point.
Public Shared Operator *( _ 
ByVal s As Double, _ 
ByVal p As Point2D
) As Point2D
This language is not supported or no code example is available.
public static Point2D operator *( 
double s
Point2D p 
)
This language is not supported or no code example is available.

Parameters

s
double

Scalar value

p
Point2D

The 2D point

Return Value

Point2D

The resulting 2D point.

.NET Framework

Supported in: 4.8

In this article

Definition