[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.RectD.PointFromRect

PointFromRect Method

PointFromRect(Point2D)

Recalculates the point coordinates from relative units (0..1, 0..1) to absolute (Left..Right, Top..Bottom).

Declaration
public Point2D PointFromRect(Point2D pt)
Parameters
Type Name Description
Point2D pt

The source point in relative coordinates (0..1, 0..1).

Returns
Type Description
Point2D

The resulting point in absolute coordinates (Left..Right, Top..Bottom).