Gorgon
Show / Hide Table of Contents

Interface IGorgonGraphicsObject

Defines an object that is built by a GorgonGraphics interface.

Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public interface IGorgonGraphicsObject

Properties

| Edit this page View Source

Graphics

Property to return the graphics interface that built this object.

Declaration
GorgonGraphics Graphics { get; }
Property Value
Type Description
GorgonGraphics

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