搜索资源列表
XYMoQiu
- 鼠标x-y原理与绘图, (1)CButton 显示ico/bmp, (2)多个按钮共享MessageHandler GetDlgItem,SetIcon,MoveTo/LineTo -mouse x-y Principle and Mapping, (1) CButton show ico / bmp, (2) various buttons sharing MessageHandler GetDlgItem, SetIcon, MoveTo / LineTo
notview
- 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
as3boxingtu
- pcm这段代码首先加载并播放一个声音,然后监听Event.ENTER_FRAME事件,也就是在声音播放时触发onEnterFrame()函数. onEnterFrame()首先调用SoundMixer.computeSpectrum()方法,把波形数据保存在ByteArray对象bytes中. 然后使用矢量绘图API绘制声音的波形.第一个for循环遍历前256个左声道的数据, 并使用Graphics.lineTo()方法从一个点绘到另一个点.第二个for循环遍历接下来的256个右声道的数据,
ArrowSource
- 与MFC中的lineto函数相似,但是可以实现在view中画箭头线的功能。
UVectorFont
- 本软件利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来,从而得到一个矢量汉字
GRAph
- Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo SetCursor ShowCursor DrawText Lo
timerline
- 用vc6编写的一个windows屏幕保护程序,其中主要应用了timer和lineto函数-vc6 prepared using a screen saver windows, which mainly uses timer and LineTo function!
drawline
- Rectangle()//设置画图区域 SetTextColor()//设置文字显示颜色 TextOut()//在当前坐标(光标) 输出文本 MoveTo(x,y)//将光标移动到(x,y) 位置 LineTo(x,y)//从当前光标画线到(x,y), 并将光移到(x,y) SelectObject()//选择画笔对象 PtVisible(x,y)//判断(x,y)是否在 Rectangle()设置的区域中 CPen pe
DrawLine
- VC中的一个简单的画线的小程序,程序中有详细的注释,能够帮助你掌握画线方法-VC in a simple line drawing of small procedures, the procedures are detailed in the notes to help you master the method of drawing a line
design
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
analogClock
- 模拟时钟,用到了DivMod,Sin,Cos等几个数学函数,2个TTimer,以LineTo函数建立时钟元素-Title: Analog Clock Descr iption: analog clock. used math functions(DivMod,Sin,Cos), time function(DecodeTime) ,2 TTimer , and clock elements made by LineTo() function.
UVectorFont
- VC 绘图程序源码,利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来。-VC-source graphics program, use function getglyphoutline function of the frame to be fonts of information, and call it lineto drawn.
LineDrawingFunction
- Uses MoveTo() and LineTo() functions to draw a serious of lines that creates a sunburst pattern.
UVectorFont
- VC++编程获取字体的外框信息,也就是只显示出字体的轮廓,运用图形 + 文字 + 矢量的方法,利用getglyphoutline函数得到字体的外框,并调用lineto把它画出来,灵活掌握后,可以做出其它的效果来。-VC++ programming for the outline font of information, that is, show only the outline of a font, use of graphics+ text+ vector method, the use o
UVectorFont
- 利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来-Using the function getglyphoutline function of the font outline information, and call it lineto drawn
liuyanban
- GDI中提供的各种绘图方法LineTo(), Ellipse()等等,都没有考虑过锯齿形状的消除,于是诞生了本代码,它实现了近乎实时的消除图形锯齿的方法。 -GDI provides a variety of mapping methods LineTo (), Ellipse () etc., are not considered to eliminate jagged shapes, so the birth of the code, which implements a near r
Button-tansparent
- Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
CUseSKin
- How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
LP-Wave
- 采用 Lineto 和 moveto函数编写的示波器程序,能够显示四路波形,配有各种调节按钮,界面虽然简单,但是对于初学者来说,是一个很好的实例程序。-The oscilloscope program written using Lineto and moveto function can display four waveforms, with various adjustment button, the interface is simple, but for beginners, is a
DRW2
- 如何通过moveto,lineto画直角坐标-How moveto, lineto painted rectangular coordinates