Edit

SKSwapChainPanel.OnRenderFrame(Rect) Method

Definition

Called when a frame should be rendered.

protected override void OnRenderFrame(Windows.Foundation.Rect rect);

Parameters

rect
Rect

The rectangle defining the render area dimensions.

Remarks

This method creates the SkiaSharp context and surface, then invokes OnPaintSurface(SKPaintGLSurfaceEventArgs) to perform the actual drawing.

Applies to