C# Class Axiom.Overlays.Elements.TextArea

Label type control that can be used to display text using a specified font.
Inheritance: OverlayElement
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
allocSize int
charHeight float
colorBottom Axiom.Core.ColorEx
colorTop Axiom.Core.ColorEx
font Axiom.Fonts.Font
haveColorsChanged bool
isTransparent bool
pixelCharHeight float
pixelSpaceWidth int
spaceWidth float
textAlign HorizontalAlignment
viewportAspectCoef float

Méthodes publiques

Méthode Description
Initialize ( ) : void

Update ( ) : void

Override to update char sizing based on current viewport settings.

Méthodes protégées

Méthode Description
CheckMemoryAllocation ( int numChars ) : void

UpdateColors ( ) : void

UpdateGeometry ( ) : void

UpdatePositionGeometry ( ) : void

UpdateTextureGeometry ( ) : void

Private Methods

Méthode Description
TextArea ( string name ) : System

Basic constructor, internal since it should only be created by factories.

Method Details

CheckMemoryAllocation() protected méthode

protected CheckMemoryAllocation ( int numChars ) : void
numChars int
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() public méthode

Override to update char sizing based on current viewport settings.
public Update ( ) : void
Résultat void

UpdateColors() protected méthode

protected UpdateColors ( ) : void
Résultat void

UpdateGeometry() protected méthode

protected UpdateGeometry ( ) : void
Résultat void

UpdatePositionGeometry() protected méthode

protected UpdatePositionGeometry ( ) : void
Résultat void

UpdateTextureGeometry() protected méthode

protected UpdateTextureGeometry ( ) : void
Résultat void

Property Details

allocSize protected_oe property

protected int allocSize
Résultat int

charHeight protected_oe property

protected float charHeight
Résultat float

colorBottom protected_oe property

protected ColorEx,Axiom.Core colorBottom
Résultat Axiom.Core.ColorEx

colorTop protected_oe property

protected ColorEx,Axiom.Core colorTop
Résultat Axiom.Core.ColorEx

font protected_oe property

protected Font,Axiom.Fonts font
Résultat Axiom.Fonts.Font

haveColorsChanged protected_oe property

protected bool haveColorsChanged
Résultat bool

isTransparent protected_oe property

protected bool isTransparent
Résultat bool

pixelCharHeight protected_oe property

protected float pixelCharHeight
Résultat float

pixelSpaceWidth protected_oe property

protected int pixelSpaceWidth
Résultat int

spaceWidth protected_oe property

protected float spaceWidth
Résultat float

textAlign protected_oe property

protected HorizontalAlignment textAlign
Résultat HorizontalAlignment

viewportAspectCoef protected_oe property

protected float viewportAspectCoef
Résultat float