Share via


AttributedTextRunExtensions.IntersectsExactly Method

Definition

Overloads

IntersectsExactly(IAttributedTextRun, IAttributedTextRun)
IntersectsExactly(IAttributedTextRun, Int32, Int32)

IntersectsExactly(IAttributedTextRun, IAttributedTextRun)

Source:
AttributedTextRunExtensions.cs
Source:
AttributedTextRunExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static bool IntersectsExactly(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ second);
public static bool IntersectsExactly (this Microsoft.Maui.Graphics.Text.IAttributedTextRun first, Microsoft.Maui.Graphics.Text.IAttributedTextRun second);
static member IntersectsExactly : Microsoft.Maui.Graphics.Text.IAttributedTextRun * Microsoft.Maui.Graphics.Text.IAttributedTextRun -> bool
<Extension()>
Public Function IntersectsExactly (first As IAttributedTextRun, second As IAttributedTextRun) As Boolean

Parameters

Returns

Applies to

IntersectsExactly(IAttributedTextRun, Int32, Int32)

Source:
AttributedTextRunExtensions.cs
Source:
AttributedTextRunExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static bool IntersectsExactly(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, int start, int length);
public static bool IntersectsExactly (this Microsoft.Maui.Graphics.Text.IAttributedTextRun first, int start, int length);
static member IntersectsExactly : Microsoft.Maui.Graphics.Text.IAttributedTextRun * int * int -> bool
<Extension()>
Public Function IntersectsExactly (first As IAttributedTextRun, start As Integer, length As Integer) As Boolean

Parameters

start
Int32
length
Int32

Returns

Applies to