ISkiaGpu Interface
Custom Skia gpu instance.
Definition
Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll)
- C#
- VB
- F#
public interface ISkiaGpu : IPlatformGraphicsContext,
IDisposable, IOptionalFeatureProvider
Public Interface ISkiaGpu
Inherits IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
type ISkiaGpu =
interface
interface IPlatformGraphicsContext
interface IDisposable
interface IOptionalFeatureProvider
end
Implements | IOptionalFeatureProvider, 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 |