ISkiaGpuRenderSession Interface
Custom render session for Skia render target.
Definition
Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll)
- C#
- VB
- F#
public interface ISkiaGpuRenderSession : IDisposable
Public Interface ISkiaGpuRenderSession
Inherits IDisposable
type ISkiaGpuRenderSession =
interface
interface IDisposable
end
Implements | IDisposable |
Properties
GrContext | GrContext used by this session. |
ScaleFactor | Scaling factor. |
SkSurface | Canvas that will be used to render. |
SurfaceOrigin |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |