Skip to main content

ISkiaGpu Interface

Custom Skia gpu instance.

Definition

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

public interface ISkiaGpu : IPlatformGraphicsContext, 
IDisposable, IOptionalFeatureProvider
View Source
ImplementsIOptionalFeatureProvider, IPlatformGraphicsContext, IDisposable

Methods

Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
TryCreateRenderTarget(IEnumerable(Object))Attempts to create custom render target from given surfaces.
TryCreateSurface(PixelSize, ISkiaGpuRenderSession)Creates an offscreen render target surface

See Also

Reference

Avalonia.Skia Namespace