C# Class Flood.GUI.Font

Represents font resource.
Inheritance: IDisposable
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Font ( String faceName, int size = 10 ) : System

Initializes a new instance of the Font class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Font() public méthode

Initializes a new instance of the Font class.
public Font ( String faceName, int size = 10 ) : System
faceName String Face name.
size int Font size.
Résultat System