ISkiaGpuRenderTarget Interface
Definition
Custom Skia render target.
public interface ISkiaGpuRenderTarget
Methods
| Name | Description |
|---|---|
| BeginRenderingSession | No summary available. |
BeginRenderingSession Method
public Avalonia.Skia.ISkiaGpuRenderSession BeginRenderingSession(RenderTargetSceneInfo sceneInfo)
Parameters
sceneInfo RenderTargetSceneInfo
Returns
Properties
| Name | Description |
|---|---|
| IsCorrupted | No summary available. |
| IsReady | No summary available. |
IsCorrupted Property
public bool IsCorrupted { get; set; }
IsReady Property
public bool IsReady { get; set; }