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
Parameters
| Name | Type | Description |
|---|---|---|
| point | PointF | A point to transform. |
Returns
| Type | Description |
|---|---|
| PointF | The transformed point. |
See Also