Edit

Share via


SKGLView.CanvasSize Property

Definition

Gets the current size of the canvas in pixels.

public SkiaSharp.SKSize CanvasSize { get; }

Property Value

The size of the drawing canvas in pixels.

Implements

Remarks

This size accounts for the device's pixel density unless IgnorePixelScaling is set to true.

Applies to