ISkiaGpuRenderSession Interface

Custom render session for Skia render target.

Definition

Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
public interface ISkiaGpuRenderSession : IDisposable
Implements
IDisposable

Properties

GrContext GrContext used by this session.
ScaleFactor Scaling factor.
SkSurface Canvas that will be used to render.
SurfaceOrigin 

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also