ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.SelectionRange Structure / Intersect Method
The area for intersection.

In This Topic
    Intersect Method (RText.SelectionRange)
    In This Topic
    Returns intersection of current selection with another one.
    Syntax
    'Declaration
     
    Public Function Intersect( _
       ByVal other As RText.SelectionRange _
    ) As RText.SelectionRange
    public RText.SelectionRange Intersect( 
       RText.SelectionRange other
    )

    Parameters

    other
    The area for intersection.

    Return Value

    Returns a new instance of the RText.SelectionRange structure that represents the intersection area.
    See Also