Alsing.Globalization.IMEWindow.IMEWindow C# (CSharp) Method

IMEWindow() public method

public IMEWindow ( IntPtr hWnd, string fontname, float fontsize ) : System
hWnd IntPtr
fontname string
fontsize float
return System
        public IMEWindow(IntPtr hWnd, string fontname, float fontsize)
        {
            hIMEWnd = NativeMethods.ImmGetDefaultIMEWnd(hWnd);
            SetFont(fontname, fontsize);
        }