Interface ISkiaGpuRenderSession
Namespace: Avalonia.Skia
Assembly: Avalonia.Skia.dll
Custom render session for Skia render target.
public interface ISkiaGpuRenderSession : IDisposable
Implements
Properties
GrContext
GrContext used by this session.
GRContext GrContext { get; }
Property Value
ScaleFactor
Scaling factor.
double ScaleFactor { get; }
Property Value
SkSurface
Canvas that will be used to render.
SKSurface SkSurface { get; }
Property Value
SurfaceOrigin
GRSurfaceOrigin SurfaceOrigin { get; }