예제 #1
0
        public int TextHeight(string text)
        {
            int width = 0, height = 0;

            Check(ISYS11df.IGR_Canvas_MeasureText(Handle, text, ref width, ref height, ref ecb));
            return(height);
        }