You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
557 B
C

1 month ago
//////////////////////////////////////////////////////////////////////////////
//<2F>ļ<EFBFBD>: DFDraw<61><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼԪ<CDBC>ؽӿ<D8BD><D3BF><EFBFBD>
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
//
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2005-12-07
//
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
#include "fmn.h"
#include "DrawLocal/FileMapping.h"
class AFX_EXT_CLASS CFmnFromMapping :
public CFMN
{
public:
CFmnFromMapping(void);
virtual ~CFmnFromMapping(void);
virtual int Create(CString m_fx, CString m_fy);
CFileMapping* m_pMappingX;
CFileMapping* m_pMappingY;
BOOL IsCanValueXY(void);
};