Edit

SkiaSharp.Views.Mac Namespace

The SkiaSharp.Views.Mac namespace contains classes for drawing on SkiaSharp views in Xamarin.Mac apps.

Classes

Name Description
AppleExtensions

Various extension methods to convert between SkiaSharp types and CoreGraphics types.

MacExtensions

Various extension methods to convert between SkiaSharp types and AppKit types.

SKCanvasLayer

A CoreAnimation layer that can be drawn on using SkiaSharp drawing commands.

SKCanvasView

A view that can be drawn on using SkiaSharp drawing commands.

SKGLLayer

A CoreAnimation OpenGL layer that can be drawn on using SkiaSharp drawing commands.

SKGLView

A hardware-accelerated view that can be drawn on using SkiaSharp drawing commands.

SKMetalView

A hardware-accelerated view that uses Metal to render SkiaSharp drawings.

SKPaintGLSurfaceEventArgs

Provides data for the PaintSurface event.

SKPaintMetalSurfaceEventArgs

Provides data for the PaintSurface event.

SKPaintSurfaceEventArgs

Provides data for the PaintSurface event.