Skip to main content
All docs
V25.1
  • DXMatrix.TransformPoint(PointF) Method

    Applies the geometric transformation to a point.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public PointF TransformPoint(
        PointF point
    )

    Parameters

    Name Type Description
    point PointF

    A point to transform.

    Returns

    Type Description
    PointF

    The transformed point.

    See Also