Class WinUISwapChainPanelTarget
A WinUI SwapChain Panel Target.
Namespace: Evergine.WinUI
Assembly: Evergine.WinUI.dll
Syntax
public class WinUISwapChainPanelTarget
Constructors
WinUISwapChainPanelTarget(SwapChainPanel)
Initializes a new instance of the WinUISwapChainPanelTarget class.
Declaration
public WinUISwapChainPanelTarget(SwapChainPanel panel)
Parameters
Type | Name | Description |
---|---|---|
SwapChainPanel | panel | The SwapChainPanel instance. |
Fields
GraphicsContext
The graphics context.
Declaration
public GraphicsContext GraphicsContext
Field Value
Type | Description |
---|---|
GraphicsContext |
Panel
The panel.
Declaration
public readonly SwapChainPanel Panel
Field Value
Type | Description |
---|---|
SwapChainPanel |
Properties
LoadAction
Gets or sets Load action.
Declaration
public Action LoadAction { get; set; }
Property Value
Type | Description |
---|---|
Action |
RenderCallback
Gets or sets Load action.
Declaration
public Action RenderCallback { get; set; }
Property Value
Type | Description |
---|---|
Action |
SwapChain
Gets or sets the swapchain.
Declaration
public SwapChain SwapChain { get; set; }
Property Value
Type | Description |
---|---|
SwapChain |