Table of Contents

Field SKCanvasDrawPointsName

Namespace
Alternet.Skia
Assembly
Alternet.UI.Common.dll

Represents the name of the SkiaSharp canvas method used to draw points.

public const string SKCanvasDrawPointsName = "sk_canvas_draw_points"

Returns

string
Represents the name of the SkiaSharp canvas method used to draw points.

Remarks

This constant is typically used as an identifier or key for referencing the "sk_canvas_draw_points" method in SkiaSharp, a 2D graphics library.