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)
- C#
- VB
- F#
[UnstableAttribute]
public interface ISkiaGpuWithPlatformGraphicsContext : ISkiaGpu,
IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
<UnstableAttribute>
Public Interface ISkiaGpuWithPlatformGraphicsContext
Inherits ISkiaGpu, IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
[<UnstableAttribute>]
type ISkiaGpuWithPlatformGraphicsContext =
interface
interface ISkiaGpu
interface IPlatformGraphicsContext
interface IDisposable
interface IOptionalFeatureProvider
end
Implements | IOptionalFeatureProvider, 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() |