AttributedTextRunExtensions.IntersectsExactly Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- first
- IAttributedTextRun
- second
- IAttributedTextRun
Возвращаемое значение
Применяется к
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
Параметры
- first
- IAttributedTextRun
- start
- Int32
- length
- Int32