Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[BCB]如何將Image之圖像反相

0 views
Skip to first unread message

一生一火花

unread,
Jan 11, 2001, 8:03:35 PM1/11/01
to
Graphics::TBitmap *Bmp;
Bmp=new Graphics::TBitmap;
Bmp->Width=Image1->ClientWidth;Bmp->Height=Image1->ClientHeight;
Image1->Picture->Graphic=Bitmap;
Bmp->Canvas->Draw(0,0,Image1->Picture->Bitmap);
BitBlt(Image1->Canvas->Handle,0,0,Image1->ClientWidth,Image1->ClientHeight,
Bmp->Canvas->Handle,0,0,NOTSRCCOPY);
這段程式有什麼問題嗎? 為什麼執行出來是一片黑
--
[m※ Origin: 雲林科技大學藍天使 <bbs.yuntech.edu.tw> [From: 140.125.195.146]
0 new messages