'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.