DXMatrix.TransformPoint(PointF) Method
Applies the geometric transformation to a point.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | PointF | A point to transform. |
Returns
Type | Description |
---|---|
PointF | The transformed point. |
See Also