Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
RECTANGE.h
Package: Kavine_Studio20.rar [view]
Upload User: shangwu01
Upload Date: 2013-04-22
Package Size: 707k
Code Size: 1k
Category:
CAD
Development Platform:
Visual C++
- // RECTANGE.h: interface for the CRECTANGE class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_RECTANGE_H__D72692D4_F5FF_4370_A8D7_67784ADF495E__INCLUDED_)
- #define AFX_RECTANGE_H__D72692D4_F5FF_4370_A8D7_67784ADF495E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CRECTANGE
- {
- public:
- CRECTANGE();
- virtual ~CRECTANGE();
- class rectange_data
- {
- public:
- rectange_data(CPoint m_pointorg,CPoint m_pointfal,int m_line_style,int m_line_width,COLORREF m_line_color);
- virtual ~rectange_data();
- public:
- CPoint m_pointorg;
- CPoint m_pointfal;
- int m_line_style;
- int m_line_width;
- COLORREF m_line_color;
- };
- public:
- CPtrArray m_rectange_save;
- public:
- void rectange_drawMove(CPoint m_pointorg,CPoint m_pointfal,CDC *pDC,int m_line_style,int m_line_width,COLORREF m_line_color);
- void rectange_drawAttribution(CDC *pDC);
- void rectange_store(CPoint m_pointorg,CPoint m_pointfal,int m_line_style,int m_line_width,COLORREF m_line_color);
- };
- #endif // !defined(AFX_RECTANGE_H__D72692D4_F5FF_4370_A8D7_67784ADF495E__INCLUDED_)