Transformation.Multiply (Transformation, PointRGB) Operator

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

Parameters

t
Transformation

The transformation

p
PointRGB

The point

Return Value

PointRGB

The transformed point.

.NET Framework

Supported in: 4.8

In this article

Definition