CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - lineto

搜索资源列表

  1. XYMoQiu

    0下载:
  2. 鼠标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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:36060
    • 提供者:szh
  1. notview

    0下载:
  2. 文件视图,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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. as3boxingtu

    0下载:
  2. pcm这段代码首先加载并播放一个声音,然后监听Event.ENTER_FRAME事件,也就是在声音播放时触发onEnterFrame()函数. onEnterFrame()首先调用SoundMixer.computeSpectrum()方法,把波形数据保存在ByteArray对象bytes中. 然后使用矢量绘图API绘制声音的波形.第一个for循环遍历前256个左声道的数据, 并使用Graphics.lineTo()方法从一个点绘到另一个点.第二个for循环遍历接下来的256个右声道的数据,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:235008
    • 提供者:ttttt
  1. ArrowSource

    0下载:
  2. 与MFC中的lineto函数相似,但是可以实现在view中画箭头线的功能。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:35452
    • 提供者:fzz
  1. UVectorFont

    2下载:
  2. 本软件利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来,从而得到一个矢量汉字
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45430
    • 提供者:刘洋
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo SetCursor ShowCursor DrawText Lo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95919
    • 提供者:安新军
  1. timerline

    1下载:
  2. 用vc6编写的一个windows屏幕保护程序,其中主要应用了timer和lineto函数-vc6 prepared using a screen saver windows, which mainly uses timer and LineTo function!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2128
    • 提供者:算机
  1. drawline

    0下载:
  2. Rectangle()//设置画图区域 SetTextColor()//设置文字显示颜色 TextOut()//在当前坐标(光标) 输出文本 MoveTo(x,y)//将光标移动到(x,y) 位置 LineTo(x,y)//从当前光标画线到(x,y), 并将光移到(x,y) SelectObject()//选择画笔对象 PtVisible(x,y)//判断(x,y)是否在 Rectangle()设置的区域中 CPen pe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11026
    • 提供者:vic
  1. DrawLine

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-01-26
    • 文件大小:9523495
    • 提供者:刘闻雨
  1. design

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:426926
    • 提供者:杜怀龙
  1. analogClock

    0下载:
  2. 模拟时钟,用到了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.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:4727
    • 提供者:黄绍春
  1. UVectorFont

    0下载:
  2. VC 绘图程序源码,利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来。-VC-source graphics program, use function getglyphoutline function of the frame to be fonts of information, and call it lineto drawn.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:21541
    • 提供者:吴仲春
  1. LineDrawingFunction

    0下载:
  2. Uses MoveTo() and LineTo() functions to draw a serious of lines that creates a sunburst pattern.
  3. 所属分类:.net

    • 发布日期:2017-05-17
    • 文件大小:4634952
    • 提供者:rauls
  1. UVectorFont

    1下载:
  2. 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
  3. 所属分类:GUI Develop

    • 发布日期:2014-12-05
    • 文件大小:32768
    • 提供者:
  1. UVectorFont

    0下载:
  2. 利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来-Using the function getglyphoutline function of the font outline information, and call it lineto drawn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:48492
    • 提供者:fanlun
  1. liuyanban

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:586183
    • 提供者:陈功
  1. Button-tansparent

    0下载:
  2. 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
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1742360
    • 提供者:cici
  1. CUseSKin

    0下载:
  2. 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
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:9329443
    • 提供者:cici
  1. LP-Wave

    0下载:
  2. 采用 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:4059
    • 提供者:谭松清
  1. DRW2

    0下载:
  2. 如何通过moveto,lineto画直角坐标-How moveto, lineto painted rectangular coordinates
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:2020835
    • 提供者:wanghezou
« 12 »
搜珍网 www.dssz.com