ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / PointToSection Method
The section that contains the specified point.
Point within designer coordinates

In This Topic
    PointToSection Method
    In This Topic
    Returns the screen coordinates of a specified point in a given section.
    Syntax
    'Declaration
     
    Public Function PointToSection( _
       ByVal section As Object, _
       ByVal point As Point _
    ) As Point
    public Point PointToSection( 
       object section,
       Point point
    )

    Parameters

    section
    The section that contains the specified point.
    point
    Point within designer coordinates

    Return Value

    Point within a section with
    See Also