AttributedTextRunExtensions.IntersectsExactly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- first
- IAttributedTextRun
- second
- IAttributedTextRun
Returns
Applies to
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
Parameters
- first
- IAttributedTextRun
- start
- Int32
- length
- Int32
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.