T3000 CrossPlatform Documentation
RangeGetIntersectionWith Method |
[This is preliminary documentation and is subject to change.]
Returns intersection with other range,
empty range returned otherwise
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Range GetIntersectionWith( Range range )
Public Overridable Function GetIntersectionWith ( range As Range ) As Range Dim instance As Range Dim range As Range Dim returnValue As Range returnValue = instance.GetIntersectionWith(range)
Parameters
- range
- Type: FastColoredTextBoxNSRange
[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.Range.GetIntersectionWith(FastColoredTextBoxNS.Range)"]
Return Value
Type: Range[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GetIntersectionWith(FastColoredTextBoxNS.Range)"]
See Also