Kimono.KHTMLPart.FontScaleFactor C# (CSharp) 메소드

FontScaleFactor() 공개 메소드

Returns the current font scale factor.
public FontScaleFactor ( ) : int
리턴 int
        public int FontScaleFactor()
        {
            return (int) interceptor.Invoke("fontScaleFactor", "fontScaleFactor() const", typeof(int));
        }
KHTMLPart