C# Class gView.GraphicsEngine.GdiPlus.GdiFont

Inheritance: IFont
Afficher le fichier Open project: jugstalt/gview5

Méthodes publiques

Méthode Description
Dispose ( ) : void
GdiFont ( string fontFamily, float size, FontStyle fontStyle ) : gView.GraphicsEngine.Abstraction

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GdiFont() public méthode

public GdiFont ( string fontFamily, float size, FontStyle fontStyle ) : gView.GraphicsEngine.Abstraction
fontFamily string
size float
fontStyle FontStyle
Résultat gView.GraphicsEngine.Abstraction