Skip to main content

ISkiaGpuRenderSession Interface

Custom render session for Skia render target.

Definition

Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll)

public interface ISkiaGpuRenderSession : IDisposable
View Source
ImplementsIDisposable

Properties

GrContextGrContext used by this session.
ScaleFactorScaling factor.
SkSurfaceCanvas that will be used to render.
SurfaceOrigin 

Methods

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

See Also

Reference

Avalonia.Skia Namespace