TransformationMatrixTransform(PointF) 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 PointF Transform(
	PointF point
)

Parameters

point  PointF
The point to transform.

Return Value

PointF
The transformed point.

See Also