Skip to main content

ISkiaGpuWithPlatformGraphicsContext Interface

Unstable.

Note: This API is unstable and may change in a future release.

Definition

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

[UnstableAttribute]
public interface ISkiaGpuWithPlatformGraphicsContext : ISkiaGpu,
IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
ImplementsIOptionalFeatureProvider, IPlatformGraphicsContext, ISkiaGpu, IDisposable

Properties

PlatformGraphicsContext 

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.
(Inherited from ISkiaGpu)
TryCreateSurface(PixelSize, ISkiaGpuRenderSession)Creates an offscreen render target surface
(Inherited from ISkiaGpu)
TryGetGrContext() 

See Also

Reference

Avalonia.Skia Namespace