AttributedTextRunExtensions.CalculatedIntersections Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IList<Microsoft::Maui::Graphics::Text::IAttributedTextRun ^> ^ CalculatedIntersections(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ second);
public static System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun> CalculatedIntersections (this Microsoft.Maui.Graphics.Text.IAttributedTextRun first, Microsoft.Maui.Graphics.Text.IAttributedTextRun second);
static member CalculatedIntersections : Microsoft.Maui.Graphics.Text.IAttributedTextRun * Microsoft.Maui.Graphics.Text.IAttributedTextRun -> System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun>
<Extension()>
Public Function CalculatedIntersections (first As IAttributedTextRun, second As IAttributedTextRun) As IList(Of IAttributedTextRun)

Parameters

Returns

Applies to