Transformation.Multiply (Transformation, Point2D) Operator

Applies transformation to a 2D point.
Public Shared Operator *( _ 
ByVal t As Transformation, _ 
ByVal p As Point2D
) As Point2D
This language is not supported or no code example is available.
public static Point2D operator *( 
Transformation t
Point2D p 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation

p
Point2D

The point

Return Value

Point2D

The transformed point.

.NET Framework

Supported in: 4.8

In this article

Definition