TransformationMatrixTransform(Vector2) Method

Transforms the specified point using the current transformation matrix.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Vector2 Transform(
	Vector2 point
)

Parameters

point  Vector2
The point to transform, represented as a Vector2 instance.

Return Value

Vector2
A Vector2 instance representing the transformed point.

See Also