ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / PointToSection Method
The section that contains the specified point.
The point in designer coordinates that needs to be translated.

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
    The point in designer coordinates that needs to be translated.

    Return Value

    A System.Drawing.Point representing the translated coordinates within the context of the specified section.
    Exceptions
    ExceptionDescription
    Thrown if the section parameter is null.
    See Also