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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.