AttributedTextRunExtensions.IntersectsExactly Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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
Parametry
- first
- IAttributedTextRun
- second
- IAttributedTextRun
Návraty
Platí pro
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
Parametry
- first
- IAttributedTextRun
- start
- Int32
- length
- Int32