IMatrix.TransformPoint

IMatrix.TransformPoint method

Transforms the specified point using this matrix.

public PointF TransformPoint(PointF point)
ParameterTypeDescription
pointPointFThe point to transform.

Return Value

The transformed point.

See Also