Method DrawText
DrawText(SKCanvas, string, PointD, Font, Color, Color)
Draws text with the specified parameters.
public static void DrawText(this SKCanvas canvas, string s, PointD location, Font font, Color foreColor, Color backColor)
Draws text with the specified parameters.
public static void DrawText(this SKCanvas canvas, string s, PointD location, Font font, Color foreColor, Color backColor)