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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.