C# Class PixelFarm.Drawing.Fonts.FontABC

glyph ABC structure
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
a int
b uint
c int

Méthodes publiques

Méthode Description
FontABC ( int a, uint b, int c ) : System

Method Details

FontABC() public méthode

public FontABC ( int a, uint b, int c ) : System
a int
b uint
c int
Résultat System

Property Details

a public_oe property

public int a
Résultat int

b public_oe property

public uint b
Résultat uint

c public_oe property

public int c
Résultat int