-
大小: 8.31MB文件類型: .zip金幣: 1下載: 0 次發布日期: 2023-11-10
- 語言: 其他
- 標簽:
資源簡介
數字圖象處理編程入門—做一個自己的Photoshop(包括課本和源代碼)
十章內容的源代碼
呂鳳軍《數字圖象處理編程入門》中源代碼
代碼片段和文件信息
//?Machine?generated?IDispatch?wrapper?class(es)?created?by?Microsoft?Visual?C++
//?NOTE:?Do?not?modify?the?contents?of?this?file.??If?this?class?is?regenerated?by
//??Microsoft?Visual?C++?your?modifications?will?be?overwritten.
#include?“stdafx.h“
#include?“chartfx.h“
//?Dispatch?interfaces?referenced?by?this?interface
#include?“Font.h“
/////////////////////////////////////////////////////////////////////////////
//?CChartfx
IMPLEMENT_DYNCREATE(CChartfx?CWnd)
/////////////////////////////////////////////////////////////////////////////
//?CChartfx?properties
short?CChartfx::GetDesignDraw()
{
short?result;
GetProperty(0x4?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetDesignDraw(short?propVal)
{
SetProperty(0x4?VT_I2?propVal);
}
short?CChartfx::GetThisSerie()
{
short?result;
GetProperty(0x1?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetThisSerie(short?propVal)
{
SetProperty(0x1?VT_I2?propVal);
}
short?CChartfx::GetThisPoint()
{
short?result;
GetProperty(0x2?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetThisPoint(short?propVal)
{
SetProperty(0x2?VT_I2?propVal);
}
BOOL?CChartfx::GetAutoInvalidate()
{
BOOL?result;
GetProperty(0x3?VT_BOOL?(void*)&result);
return?result;
}
void?CChartfx::SetAutoInvalidate(BOOL?propVal)
{
SetProperty(0x3?VT_BOOL?propVal);
}
long?CChartfx::GetType()
{
long?result;
GetProperty(0x5?VT_I4?(void*)&result);
return?result;
}
void?CChartfx::SetType(long?propVal)
{
SetProperty(0x5?VT_I4?propVal);
}
long?CChartfx::Getstyle()
{
long?result;
GetProperty(0x6?VT_I4?(void*)&result);
return?result;
}
void?CChartfx::Setstyle(long?propVal)
{
SetProperty(0x6?VT_I4?propVal);
}
short?CChartfx::GetNSeries()
{
short?result;
GetProperty(0x7?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetNSeries(short?propVal)
{
SetProperty(0x7?VT_I2?propVal);
}
short?CChartfx::GetNValues()
{
short?result;
GetProperty(0x8?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetNValues(short?propVal)
{
SetProperty(0x8?VT_I2?propVal);
}
unsigned?long?CChartfx::GetThisColor()
{
unsigned?long?result;
GetProperty(0x9?VT_I4?(void*)&result);
return?result;
}
void?CChartfx::SetThisColor(unsigned?long?propVal)
{
SetProperty(0x9?VT_I4?propVal);
}
unsigned?long?CChartfx::GetThisBkColor()
{
unsigned?long?result;
GetProperty(0xa?VT_I4?(void*)&result);
return?result;
}
void?CChartfx::SetThisBkColor(unsigned?long?propVal)
{
SetProperty(0xa?VT_I4?propVal);
}
short?CChartfx::GetLeftGap()
{
short?result;
GetProperty(0xb?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::SetLeftGap(short?propVal)
{
SetProperty(0xb?VT_I2?propVal);
}
short?CChartfx::GetRightGap()
{
short?result;
GetProperty(0xc?VT_I2?(void*)&result);
return?result;
}
void?CChartfx::S
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-15?20:03??數字圖象處理編程入門—做一個自己的Photoshop\
?????目錄???????????0??2013-03-24?18:55??數字圖象處理編程入門—做一個自己的Photoshop\chap1\
?????文件???????60440??2013-03-24?18:55??數字圖象處理編程入門—做一個自己的Photoshop\chap1\BMP.APS
?????文件????????7102??2013-03-17?19:33??數字圖象處理編程入門—做一個自己的Photoshop\chap1\BMP.C
?????文件??????????73??1998-04-03?11:51??數字圖象處理編程入門—做一個自己的Photoshop\chap1\BMP.H
?????文件?????????310??1998-04-03?11:53??數字圖象處理編程入門—做一個自己的Photoshop\chap1\BMP.RC
?????文件???????19968??1998-04-17?14:54??數字圖象處理編程入門—做一個自己的Photoshop\chap1\bmp.exe
?????文件?????????246??1998-05-07?11:21??數字圖象處理編程入門—做一個自己的Photoshop\chap1\readme.txt
?????目錄???????????0??2013-03-15?20:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\
?????文件?????????325??1998-05-07?11:22??數字圖象處理編程入門—做一個自己的Photoshop\chap10\readme.txt
?????目錄???????????0??2013-03-15?20:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\
?????文件?????????206??1998-05-06?19:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\StdAfx.cpp
?????文件?????????987??1998-05-06?19:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\StdAfx.h
?????文件???????35092??1998-05-06?19:28??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.aps
?????文件????????1172??1998-05-06?20:34??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.clw
?????文件????????2091??1998-05-06?19:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.cpp
?????文件????????5673??1998-05-06?19:41??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.dsp
?????文件?????????627??1998-05-06?19:41??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.dsw
?????文件???????54784??1998-05-06?19:32??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.exe
?????文件????????1354??1998-05-06?19:03??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.h
?????文件???????82944??1998-05-06?20:34??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.ncb
?????文件???????48640??1998-05-06?20:34??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.opt
?????文件????????6218??1998-05-06?19:28??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLead.rc
?????文件????????4476??1998-05-06?19:31??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLeadDlg.cpp
?????文件????????1391??1998-05-06?19:16??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\TestLeadDlg.h
?????文件???????28413??1998-05-06?19:12??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\chartfx.cpp
?????文件????????8185??1998-05-06?19:12??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\chartfx.h
?????文件????????2098??1998-05-06?19:12??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\font.cpp
?????文件????????1469??1998-05-06?19:12??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\font.h
?????文件???????21091??1998-05-06?19:08??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\lead.cpp
?????文件????????6843??1998-05-06?19:08??數字圖象處理編程入門—做一個自己的Photoshop\chap10\testlead\lead.h
............此處省略75個文件信息
評論
共有 條評論