SKPicture.CullRect Property

Definition

Gets the culling rectangle for this picture.

public SkiaSharp.SKRect CullRect { get; }

Property Value

Remarks

Operations recorded into this picture that attempt to draw outside the culling rectangle might not be drawn.

Applies to