绘图并且没有足够的存储空间? [英] Drawing and Not enough storage?

查看:64
本文介绍了绘图并且没有足够的存储空间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用Timage画布绘制一个表,但是当我想绘制一个大表时,发生此错误没有足够的存储空间来处理此命令"

I want draw a table with Timage canvas but when i want draw a large table, occur this error "not enough storage is available to process this command"

增加注册表中的SharedSection,但对我的问题没有影响.

increase the SharedSection in Registry,but not effect at my problem.

请引导我.

推荐答案

我认为我遇到了这个问题.查看PixelFormat.将其设置为默认值下来"对我有用.

I think I've encountered this problem. Look into the PixelFormat. Setting it "down" from the default did the trick for me.

WorkPicture1:= TPicture.Create;

WorkPicture1 := TPicture.Create;

WorkPicture1.Bitmap.PixelFormat:= pf24bit;

WorkPicture1.Bitmap.PixelFormat := pf24bit;

这篇关于绘图并且没有足够的存储空间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆