Interface ISkiaGpuWithPlatformGraphicsContext
Namespace: Avalonia.Skia
Assembly: Avalonia.Skia.dll
[Unstable]
public interface ISkiaGpuWithPlatformGraphicsContext : ISkiaGpu, IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
Implements
ISkiaGpu, IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
Properties
PlatformGraphicsContext
IPlatformGraphicsContext? PlatformGraphicsContext { get; }
Property Value
IPlatformGraphicsContext?
Methods
TryGetGrContext()
IScopedResource<GRContext>? TryGetGrContext()
Returns
IScopedResource<GRContext>?