ISkiaGpuWithPlatformGraphicsContext Interface

Definition

Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
C#
[UnstableAttribute]
public interface ISkiaGpuWithPlatformGraphicsContext : ISkiaGpu, 
	IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
Implements
IOptionalFeatureProvider, IPlatformGraphicsContext, ISkiaGpu, IDisposable

Properties

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
EnsureCurrent
(Inherited from IPlatformGraphicsContext)
TryCreateRenderTarget(IEnumerableObject) Attempts to create custom render target from given surfaces.
(Inherited from ISkiaGpu)
TryCreateSurface(PixelSize, ISkiaGpuRenderSession) Creates an offscreen render target surface
(Inherited from ISkiaGpu)
TryGetFeature(Type) Queries for an optional feature.
(Inherited from IOptionalFeatureProvider)
TryGetGrContext 

Extension Methods

TryGetFeatureT Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions)
TryGetFeatureT(T) Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions)

See Also