IPlatformGraphics Interface
Definition
public interface IPlatformGraphics
Methods
| Name | Description |
|---|---|
| CreateContext | No summary available. |
| GetSharedContext | No summary available. |
CreateContext Method
public Avalonia.Platform.IPlatformGraphicsContext CreateContext()
Returns
GetSharedContext Method
public Avalonia.Platform.IPlatformGraphicsContext GetSharedContext()
Returns
Properties
| Name | Description |
|---|---|
| UsesSharedContext | No summary available. |
UsesSharedContext Property
public bool UsesSharedContext { get; set; }