Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 1 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2014-01-11
上传用户:lo25643
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 2 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-05
上传用户:lhw888
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 3 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2016-01-16
上传用户:qweqweqwe
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 4 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-30
上传用户:lhc9102
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 5 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-17
上传用户:牛布牛
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 8 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-11
上传用户:84425894
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 9 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-27
上传用户:gdgzhym
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition.pdf the chapter 10 example codes.
标签: Programming Microsoft Edition Windows
上传时间: 2013-12-30
上传用户:源弋弋
图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
标签: procedure TBitmap TObject Button
上传时间: 2016-01-18
上传用户:comua
i did a test for study
上传时间: 2016-01-18
上传用户:dianxin61