Gorgon
Show / Hide Table of Contents

Enum ZoomLevels

The zoom levels for image magnification.

Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public enum ZoomLevels

Fields

Name Description
Custom

Custom resize value.

Percent100

Set to full size.

Percent12

Shrink to 12% of normal size.

Percent1600

Expand to 1600% of normal size.

Percent200

Expand to 200% of normal size.

Percent25

Shrink to 25% of normal size.

Percent3200

Expand to 3200% of normal size.

Percent400

Expand to 400% of normal size.

Percent50

Shrink to 50% of normal size.

Percent6400

Expand to 6400% of normal size.

Percent800

Expand to 800% of normal size.

ToWindow

Resize to the client area of the window.

Extension Methods

ZoomLevelExtensions.GetName(ZoomLevels)
ZoomLevelExtensions.GetScale(ZoomLevels)
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