AttributedTextRunExtensions.Intersects Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Intersects(IAttributedTextRun, IAttributedTextRun) | |
Intersects(IAttributedTextRun, Int32, Int32) |
Intersects(IAttributedTextRun, IAttributedTextRun)
public:
[System::Runtime::CompilerServices::Extension]
static bool Intersects(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ second);
public static bool Intersects (this Microsoft.Maui.Graphics.Text.IAttributedTextRun first, Microsoft.Maui.Graphics.Text.IAttributedTextRun second);
static member Intersects : Microsoft.Maui.Graphics.Text.IAttributedTextRun * Microsoft.Maui.Graphics.Text.IAttributedTextRun -> bool
<Extension()>
Public Function Intersects (first As IAttributedTextRun, second As IAttributedTextRun) As Boolean
Parâmetros
- first
- IAttributedTextRun
- second
- IAttributedTextRun
Retornos
Aplica-se a
Intersects(IAttributedTextRun, Int32, Int32)
public:
[System::Runtime::CompilerServices::Extension]
static bool Intersects(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, int start, int length);
public static bool Intersects (this Microsoft.Maui.Graphics.Text.IAttributedTextRun first, int start, int length);
static member Intersects : Microsoft.Maui.Graphics.Text.IAttributedTextRun * int * int -> bool
<Extension()>
Public Function Intersects (first As IAttributedTextRun, start As Integer, length As Integer) As Boolean
Parâmetros
- first
- IAttributedTextRun
- start
- Int32
- length
- Int32