WAISS TW3DCanvas Component V1.5 Freeware This is a component that acts as a 3D canvas. It supports most of the methods of the Delphi TCanvas Component. All drawing methods sent to the component will be rendered in a 3D manor (extruded or embossed) including Text,Circles etc...
标签: TW3DCanvas Component component Freeware
上传时间: 2017-08-23
上传用户:Avoid98
使用canvas组件写的可拖拽东西使用canvas组件写的可拖拽东西使用canvas组件写的可拖拽东西使用canvas组件写的可拖拽东西
标签: canvas
上传时间: 2017-09-25
上传用户:zhuoying119
如何使用图形对象(如Form,Image等)的画布(Canvas)在C++Builder应用程序中绘制图形
上传时间: 2013-12-18
上传用户:zgu489
j2me程序开发模板,包括一个midlet和一个 canvas,是一个j2me程序的基础框架,很适合初学者
上传时间: 2015-08-10
上传用户:kr770906
Windows API Tutorials, Windows API编程最好的手册.文档格式专门制作成为各个章节相互关联的html格式,大家可以像查阅msdn一样方便使用.各个章节的内容如下: Winnie Generic Controls Dialog-based App Generic Dialog Canvas Pens and Brushes Threads Folder Watcher Shell API OLE Smart OLE OLE Automation Splitter Bar
标签: Windows API Tutorials html
上传时间: 2015-09-28
上传用户:ls530720646
作者是Ajaxian.com的创始人,JavaOne、TheServerSide等诸多高级别会议的演讲者。本书作为Pragmatic系列之一,从实践出发,通过实例展示Ajax的诸多特性,手把手教你实现Google Map的绚丽效果。不仅教会你Ajax的技术细节,同时还带你了解各种功能强大的主流Ajax工具包(Dojo、Prototype、Script.aculo.us、DWR、Backbase、SmartClient、Ajax.NET、SAJAX、JSON-RPC),掌握Ajax实时查看源代码的方法以及进行代码调试的相应方法,学习Ajax的开发模式和框架。本书后半部分共用了五个章节,从服务器端编程的角度,详细讲述了Ajax同PHP、Ruby On Rails、Java和.NET等语言的融合,最后还介绍了与Ajax相类似的其他RIA技术以及Ajax的精彩未来(E4X, Canvas, SVG,的相关应用)。本书的全部代码下载地址:http://media.pragprog.com/titles/ajax/code/ajax-code.zip 本书秉承了《程序员修炼之道》的特点—— “从小工到专家”,各个层次的web开发人员都能从本书中获益匪浅。
上传时间: 2014-01-14
上传用户:270189020
图形显示技巧,这是其中一段代码 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
本教程是关于J2ME 3D技术的文章。读者最好有一定的JAVA基础,特别是J2ME基础,对MIDLET和CANVAS有详细的认识,如果有3D基础更加。
上传时间: 2013-12-12
上传用户:CSUSheep
j2me中,利用canvas类来显示一张图片,图片为png格式,请注意
标签: j2me
上传时间: 2013-12-11
上传用户:电子世界
java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = 30 //最多飞机子弹数 private final static int MAXCOPTERNUM = 16 //最大敌机数 private final static int MAXCOPTERBALLNUM = 16 //最多敌机子弹数 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敌机数
上传时间: 2016-04-26
上传用户:jichenxi0730