Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectD Structure / PointFromRect Method
The source point in relative coordinates (0..1, 0..1).

In This Topic
    PointFromRect Method (RectD)
    In This Topic
    Recalculates the point coordinates from relative units (0..1, 0..1) to absolute (Left..Right, Top..Bottom).
    Syntax
    'Declaration
     
    Public Function PointFromRect( _
       ByVal pt As Point2D _
    ) As Point2D
    public Point2D PointFromRect( 
       Point2D pt
    )

    Parameters

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

    Return Value

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