文件名称:drawline
-
所属分类:
- 标签属性:
- 上传时间:2012-10-30
-
文件大小:10.77kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Rectangle()//设置画图区域
SetTextColor()//设置文字显示颜色
TextOut()//在当前坐标(光标)
输出文本
MoveTo(x,y)//将光标移动到(x,y)
位置
LineTo(x,y)//从当前光标画线到(x,y),
并将光移到(x,y)
SelectObject()//选择画笔对象
PtVisible(x,y)//判断(x,y)是否在
Rectangle()设置的区域中
CPen pen(PS_SOLID,1,RGB(0,255,0)) //定义画笔颜色-Rectangle ()// set the drawing area SetTextColor ()// set the text display color TextOut ()// coordinates in the current (cursor) output text MoveTo (x, y)// Move the cursor to (x, y) position LineTo ( x, y)// draw a line from the current cursor to the (x, y), and light move (x, y) SelectObject ()// Select the Brush object PtVisible (x, y)// determine the (x, y) whether the Rectangle () to set the area CPen pen (PS_SOLID, 1, RGB (0,255,0 )) // custom brush color
SetTextColor()//设置文字显示颜色
TextOut()//在当前坐标(光标)
输出文本
MoveTo(x,y)//将光标移动到(x,y)
位置
LineTo(x,y)//从当前光标画线到(x,y),
并将光移到(x,y)
SelectObject()//选择画笔对象
PtVisible(x,y)//判断(x,y)是否在
Rectangle()设置的区域中
CPen pen(PS_SOLID,1,RGB(0,255,0)) //定义画笔颜色-Rectangle ()// set the drawing area SetTextColor ()// set the text display color TextOut ()// coordinates in the current (cursor) output text MoveTo (x, y)// Move the cursor to (x, y) position LineTo ( x, y)// draw a line from the current cursor to the (x, y), and light move (x, y) SelectObject ()// Select the Brush object PtVisible (x, y)// determine the (x, y) whether the Rectangle () to set the area CPen pen (PS_SOLID, 1, RGB (0,255,0 )) // custom brush color
(系统自动生成,下载前可以参看下载内容)
下载文件列表
画曲线类/
画曲线类/LineDraw_Data_Dlg.cpp
画曲线类/LineDraw_Data_Dlg.h
画曲线类/LineDraw类的说明.txt
画曲线类/LineDraw_Data_Dlg.cpp
画曲线类/LineDraw_Data_Dlg.h
画曲线类/LineDraw类的说明.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.