SKTextBlobBuilder.AllocateRun 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
AllocateRun(SKPaint, Int32, Single, Single)
Caution
Use AllocateRun (SKFont, int, float, float, SKRect?) instead.
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y);
Parameters
- font
- SKPaint
- count
- Int32
- x
- Single
- y
- Single
Returns
- Attributes
Applies to
AllocateRun(SKFont, Int32, Single, Single, Nullable<SKRect>)
AllocateRun(SKPaint, Int32, Single, Single, Int32)
Caution
Use AllocateRun (SKFont, int, float, float, SKRect?) instead.
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount);
Parameters
- font
- SKPaint
- count
- Int32
- x
- Single
- y
- Single
- textByteCount
- Int32
Returns
- Attributes
Applies to
AllocateRun(SKPaint, Int32, Single, Single, Nullable<SKRect>)
Caution
Use AllocateRun (SKFont, int, float, float, SKRect?) instead.
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, SkiaSharp.SKRect? bounds);
Parameters
- font
- SKPaint
- count
- Int32
- x
- Single
- y
- Single
Returns
- Attributes
Applies to
AllocateRun(SKPaint, Int32, Single, Single, Int32, Nullable<SKRect>)
Caution
Use AllocateRun (SKFont, int, float, float, SKRect?) instead.
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount, SkiaSharp.SKRect? bounds);
Parameters
- font
- SKPaint
- count
- Int32
- x
- Single
- y
- Single
- textByteCount
- Int32
Returns
- Attributes
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.