C# Class NewTOAPIA.UI.StringLabel

Inheritance: Graphic
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawSelf ( DrawEvent devent ) : void
Invalidate ( ) : void
StringLabel ( string aString, int x, int y ) : System
StringLabel ( string aString, string aFontName, int pointSize, int x, int y ) : System
StringLabel ( string aString, string aFontName, int pointSize, int x, int y, FontStyle style ) : System

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Private Methods

Method Description
Recalculate ( ) : void

Method Details

DrawSelf() public method

public DrawSelf ( DrawEvent devent ) : void
devent DrawEvent
return void

Invalidate() public method

public Invalidate ( ) : void
return void

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void

StringLabel() public method

public StringLabel ( string aString, int x, int y ) : System
aString string
x int
y int
return System

StringLabel() public method

public StringLabel ( string aString, string aFontName, int pointSize, int x, int y ) : System
aString string
aFontName string
pointSize int
x int
y int
return System

StringLabel() public method

public StringLabel ( string aString, string aFontName, int pointSize, int x, int y, FontStyle style ) : System
aString string
aFontName string
pointSize int
x int
y int
style FontStyle
return System