Table of Contents

Struct GlyphShape.GlyphBound

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public struct GlyphShape.GlyphBound
Inherited Members

Constructors

GlyphBound(short, short, short, short)

public GlyphBound(short xMin, short yMin, short xMax, short yMax)

Parameters

xMin short
yMin short
xMax short
yMax short

Fields

XMax

public short XMax

Field Value

short

XMin

public short XMin

Field Value

short

YMax

public short YMax

Field Value

short

YMin

public short YMin

Field Value

short