System.Windows.Forms.BitmapLabel.CharSettings.CharSettings C# (CSharp) Méthode

CharSettings() public méthode

public CharSettings ( ) : System
Résultat System
            public CharSettings()
            {
                this.ForeColor = Color.Black;
                this.Scale = 1f;
            }
BitmapLabel.CharSettings