Gorgon
Show / Hide Table of Contents

Enum ModeScaling

Defines how the display mode should be scaled when the mode is not native to the display.

Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum ModeScaling

Fields

Name Description
Center

Center the image on the display and keep the width and height.

Stretch

Stretch the image to the full width and height of the native display width and height.

Unspecified

No scaling type is specified.

Extension Methods

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