C# Class MegaMan.Common.IncludedObjects.FontInfo

Inheritance: IncludedObject
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
AddLine ( int x, int y, string lineText ) : void
this ( char p ) : Point?

Method Details

AddLine() public méthode

public AddLine ( int x, int y, string lineText ) : void
x int
y int
lineText string
Résultat void

this() public méthode

public this ( char p ) : Point?
p char
Résultat Point?