Gorgon
Show / Hide Table of Contents

Enum GlyphBrushWrapMode

Defines how to draw the GorgonGlyphTextureBrush, or GorgonGlyphPathGradientBrush if the paint area is larger than the texture region.

Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public enum GlyphBrushWrapMode

Fields

Name Description
Clamp

Clamps the texture to the size requested.

Tile

Tiles the texture if the painted area is larger than the texture size.

TileFlipX

Reverses the texture horizontally and tiles the texture.

TileFlipXandY

Reverses the texture horizontally and vertically and tiles the texture.

TileFlipY

Reverses the texture vertically and tiles the texture.

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