代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/117410/14925502
aps draw.aps
www.eeworm.com/read/117410/14925503
h draw.h
// Draw.h : main header file for the DRAW application
//
#if !defined(AFX_DRAW_H__A7F5D2DB_13A3_11D5_A58E_BFCCEB34FE71__INCLUDED_)
#define AFX_DRAW_H__A7F5D2DB_13A3_11D5_A58E_BFCCEB34FE71__INCLUD
www.eeworm.com/read/117410/14925510
ico draw.ico
www.eeworm.com/read/117410/14925511
ncb draw.ncb
www.eeworm.com/read/117410/14925515
cpp draw.cpp
// Draw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Draw.h"
#include "MainFrm.h"
#include "DrawDoc.h"
#include "DrawView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/117410/14925521
opt draw.opt
www.eeworm.com/read/117410/14925524
rc draw.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/117410/14925532
dsw draw.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/218231/14930339
h draw.h
/*
*
* Define Draw Objects
*
*/
class CDrawObject : public CObject
{
private:
COLORREF m_PenColor;//图元颜色
int m_iPenWidth; //画笔宽度
bool m_bFill; //是否填充
public:
bool
www.eeworm.com/read/218231/14930383
cpp draw.cpp
#include "stdafx.h"
#include "resource.h" // main symbols
#include "Draw.h"
#include "math.h"
#define MAXOFFSET 2 // 定义输入点与真实点最大误差值
// 在AtPoint和AtLine函数中使用
//-------------------