SKTextBlobBuilder.AllocateHorizontalRun 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
AllocateHorizontalRun(SKPaint, Int32, Single)
Caution
Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y);
[System.Obsolete("Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.")]
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y);
Parameters
- font
- SKPaint
- count
- Int32
- y
- Single
Returns
- Attributes
Applies to
AllocateHorizontalRun(SKFont, Int32, Single, Nullable<SKRect>)
AllocateHorizontalRun(SKPaint, Int32, Single, Int32)
Caution
Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, int textByteCount);
[System.Obsolete("Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.")]
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, int textByteCount);
Parameters
- font
- SKPaint
- count
- Int32
- y
- Single
- textByteCount
- Int32
Returns
- Attributes
Applies to
AllocateHorizontalRun(SKPaint, Int32, Single, Nullable<SKRect>)
Caution
Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.")]
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, SkiaSharp.SKRect? bounds);
Parameters
- font
- SKPaint
- count
- Int32
- y
- Single
Returns
- Attributes
Applies to
AllocateHorizontalRun(SKPaint, Int32, Single, Int32, Nullable<SKRect>)
Caution
Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, int textByteCount, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateHorizontalRun (SKFont, int, float, SKRect?) instead.")]
public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKPaint font, int count, float y, int textByteCount, SkiaSharp.SKRect? bounds);
Parameters
- font
- SKPaint
- count
- Int32
- y
- Single
- textByteCount
- Int32
Returns
- Attributes
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.