FontExtensions.ToGdiFont

ToGdiFont(Font)

Converteert deFont naar deFont .

public static Font ToGdiFont(Font font)
ParameterTypeBeschrijving
fontFontDeFont bekeren.

Winstwaarde

De omgebouwdeFont.

Zie ook


ToGdiFont(Font, GraphicsUnit)

Converteert deFont naar deFont .

public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
ParameterTypeBeschrijving
fontFontDeFont bekeren.
fontUnitGraphicsUnitNieuwe grafische eenheid

Winstwaarde

De omgebouwdeFont.

Zie ook