Field CanvasDrawPointsNative
Gets a lazily initialized delegate for the SkiaSharp canvas draw points function.
public static readonly LazyStruct<SkiaHelper.SkCanvasDrawPointsDelegate?> CanvasDrawPointsNative
Returns
- LazyStruct<SkiaHelper.SkCanvasDrawPointsDelegate>
- Gets a lazily initialized delegate for the SkiaSharp canvas draw points function.
Remarks
This property provides a delegate that represents the native SkiaSharp function for drawing points on a canvas. The delegate is initialized only when accessed for the first time, using the native library symbol lookup.