SKCanvasView Class

Definition

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

[Foundation.Register("SKCanvasView")]
public class SKCanvasView : AppKit.NSView
Inheritance
SKCanvasView
Attributes

Constructors

SKCanvasView()

Default constructor that initializes a new instance of SKCanvasView.

SKCanvasView(CGRect)

Initializes the SKCanvasView with the specified frame.

SKCanvasView(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Properties

CanvasSize

Gets the current canvas size.

IgnorePixelScaling

Gets or sets a value indicating whether the drawing canvas should be resized on high resolution displays.

Methods

AwakeFromNib()

Called after the object has been loaded from the nib file. Overriders must call the base method.

Dispose(Boolean)

Releases the unmanaged resources used by the SKCanvasView and optionally releases the managed resources.

DrawInSurface(SKSurface, SKImageInfo)
Obsolete.

Implement this to draw on the canvas.

DrawRect(CGRect)

Draws the view within the passed-in rectangle.

OnPaintSurface(SKPaintSurfaceEventArgs)

Implement this to draw on the canvas.

Events

PaintSurface

Occurs when the the canvas needs to be redrawn.

Applies to