[]
Recalculates the point coordinates from relative units (0..1, 0..1) to absolute (Left..Right, Top..Bottom).
public Point2F PointFromRect(Point2F pt)
| Type | Name | Description |
|---|---|---|
| Point2F | pt | The source point in relative coordinates (0..1, 0..1). |
| Type | Description |
|---|---|
| Point2F | The resulting point in absolute coordinates (Left..Right, Top..Bottom). |