XpsMatrix.TransformPoint

XpsMatrix.TransformPoint method

Applies the affine transformation represented by this Matrix to a specified point.

public PointF TransformPoint(PointF point)
ParameterTypeDescription
pointPointFThe point.

Return Value

Transformed point

See Also