AdvancedLauncher.UI.Controls.LogoControl.HeightToFontSizeConverter.HeightToFontSizeConverter C# (CSharp) 메소드

HeightToFontSizeConverter() 공개 메소드

public HeightToFontSizeConverter ( double ratio ) : System
ratio double
리턴 System
            public HeightToFontSizeConverter(double ratio)
            {
                this.Ratio = ratio;
            }
LogoControl.HeightToFontSizeConverter