C# Class Gonzo.Elements.UILabel

Inheritance: UIElement
ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Caption string

Public Methods

Method Description
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework

Private Methods

Method Description
AlignText ( ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
return void

UILabel() public method

public UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework
Node UIParser.Nodes.AddTextNode
State UIParser.ParserState
Screen UIScreen
return Microsoft.Xna.Framework

Property Details

Caption public_oe property

public string Caption
return string