Skip to main content
All docs
V23.2

DXMatrix.TransformPoint(PointF) Method

Applies the geometric transformation to a point.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.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