delphi中如何定义TBitmap类型的变量?

 我来答
匿名用户
2015-06-26
展开全部
delphi中如何定义TBitmap类型的变量?
p: TBitmap

bmp := TBitmap.Create;
try
...
finally
bmp.Free;
end;

1.85.13.*  <span class="tm">5-14 15:15</span>
</p>
<div class="b bt2"><div class="bt bg1 ft"><img alt="其他答案" height="16" src="/static/img/ico2.gif" width="16"/>其他答案</div></div>
<p class="ft bb">在上面引用jpeg
var bmp: TBitmap
bmp := TBitmap.Create;
这样就创建了

顺一门有百福 平安二字值千金 万象更新。
匿名用户
推荐于2016-11-02
展开全部
delphi中如何定义TBitmap类型的变量?
p: TBitmap

bmp := TBitmap.Create;
try
...
finally
bmp.Free;
end;

1.85.13.*  <span class="tm">5-14 15:15</span>
</p>
<div class="b bt2"><div class="bt bg1 ft"><img alt="其他答案" height="16" src="/static/img/ico2.gif" width="16"/>其他答案</div></div>
<p class="ft bb">在上面引用jpeg
var bmp: TBitmap
bmp := TBitmap.Create;
这样就创建了

顺一门有百福 平安二字值千金 万象更新
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
yeye55
2011-06-05 · TA获得超过715个赞
知道小有建树答主
回答量:412
采纳率:0%
帮助的人:405万
展开全部
var
b : TBitmap;
begin
b:=TBitmap.Create;

//使用

b.Free;
end;
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式