SkiaTextLayout Constructor
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.
public SkiaTextLayout (string value, Microsoft.Maui.Graphics.RectF rect, Microsoft.Maui.Graphics.ITextAttributes textAttributes, Microsoft.Maui.Graphics.LayoutLine callback, Microsoft.Maui.Graphics.TextFlow textFlow = Microsoft.Maui.Graphics.TextFlow.ClipBounds, SkiaSharp.SKPaint paint = default);
new Microsoft.Maui.Graphics.Skia.SkiaTextLayout : string * Microsoft.Maui.Graphics.RectF * Microsoft.Maui.Graphics.ITextAttributes * Microsoft.Maui.Graphics.LayoutLine * Microsoft.Maui.Graphics.TextFlow * SkiaSharp.SKPaint -> Microsoft.Maui.Graphics.Skia.SkiaTextLayout
Public Sub New (value As String, rect As RectF, textAttributes As ITextAttributes, callback As LayoutLine, Optional textFlow As TextFlow = Microsoft.Maui.Graphics.TextFlow.ClipBounds, Optional paint As SKPaint = Nothing)
Parameters
- value
- String
- rect
- RectF
- textAttributes
- ITextAttributes
- callback
- LayoutLine
- textFlow
- TextFlow
- paint
- SKPaint
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.