Interface IRendererControl
A control that uses Gorgon rendering.
Inherited Members
Namespace: Gorgon.Editor.Rendering
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IRendererControl : IGorgonNamedObject
Properties
| Edit this page View SourceGraphicsContext
Property to return the graphics context.
Declaration
IGraphicsContext GraphicsContext { get; }
Property Value
Type | Description |
---|---|
IGraphicsContext |
SwapChain
Property to return the swap chain assigned to the control.
Declaration
GorgonSwapChain SwapChain { get; }
Property Value
Type | Description |
---|---|
GorgonSwapChain |
Methods
| Edit this page View SourceStart()
Function to begin rendering on the control.
Declaration
void Start()
Stop()
Function to cease rendering on the control.
Declaration
void Stop()