AttributedTextRunExtensions.IntersectsExactly Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IntersectsExactly(IAttributedTextRun, IAttributedTextRun) | |
IntersectsExactly(IAttributedTextRun, Int32, Int32) |
IntersectsExactly(IAttributedTextRun, IAttributedTextRun)
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
Parameter
- first
- IAttributedTextRun
- second
- IAttributedTextRun
Gibt zurück
Gilt für:
IntersectsExactly(IAttributedTextRun, Int32, Int32)
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
Parameter
- first
- IAttributedTextRun
- start
- Int32
- length
- Int32