C# Class StringLabel, NewTOAPIA

Inheritance: Graphic
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawSelf ( DrawEvent de ) : 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, GFont style ) : System

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Private Methods

Method Description
Recalculate ( ) : void

Method Details

DrawSelf() public method

public DrawSelf ( DrawEvent de ) : void
de NewTOAPIA.UI.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, GFont style ) : System
aString string
aFontName string
pointSize int
x int
y int
style GFont
return System