Gorgon
Show / Hide Table of Contents

Interface IRendererControl

A control that uses Gorgon rendering.

Inherited Members
IGorgonNamedObject.Name
Namespace: Gorgon.Editor.Rendering
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IRendererControl : IGorgonNamedObject

Properties

| Edit this page View Source

GraphicsContext

Property to return the graphics context.

Declaration
IGraphicsContext GraphicsContext { get; }
Property Value
Type Description
IGraphicsContext
| Edit this page View Source

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 Source

Start()

Function to begin rendering on the control.

Declaration
void Start()
| Edit this page View Source

Stop()

Function to cease rendering on the control.

Declaration
void Stop()

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author