Gorgon
Show / Hide Table of Contents

Enum ImageExpandAnchor

An anchor for repositioning the image after the image has been expanded.

Namespace: Gorgon.Graphics.Imaging
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public enum ImageExpandAnchor

Fields

Name Description
BottomLeft

Image is in the bottom left corner.

BottomMiddle

Image is in the center at the bottom.

BottomRight

Image is in the bottom right corner.

Center

Image is centered.

MiddleLeft

Image is in the middle and to the left.

MiddleRight

Image is in the middle and to the right.

UpperLeft

Image is in the upper left corner.

UpperMiddle

Image is in the center at the top.

UpperRight

Image is in the upper right corner.

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