示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
        public void CharUp(Font font, int x, int y, int c, GDColor color)
        {
            HandleRef fontHandle = font.GetHandle();

            GDImport.gdImageCharUp(this.Handle, fontHandle, x, y, c, color);
        }