DrawGlyphRun Method
Draws a glyph run.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void DrawGlyphRun(
IImmutableBrush foreground,
IImmutableGlyphRunReference glyphRun
)
Public Sub DrawGlyphRun (
foreground As IImmutableBrush,
glyphRun As IImmutableGlyphRunReference
)
member DrawGlyphRun :
foreground : IImmutableBrush *
glyphRun : IImmutableGlyphRunReference -> unit
Parameters
- IImmutableBrush
- The foreground brush.
- IImmutableGlyphRunReference
- The glyph run.