ASCPresentationEditor.dll (1.0.0.109)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58877 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Elen.Subbotina
2014-10-15 09:40:53 +00:00
committed by Alexander Trofimov
parent b37f342cf1
commit b4181e01a3
27 changed files with 770 additions and 1554 deletions

View File

@ -166,11 +166,11 @@ protected:
Unit m_ePageUnits;
CMatrix m_oCoordTransform;
CMatrix m_oBaseTransform;
CMatrix m_oTransform;
Aggplus::CMatrix m_oCoordTransform;
Aggplus::CMatrix m_oBaseTransform;
Aggplus::CMatrix m_oTransform;
CMatrix m_oFullTransform;
Aggplus::CMatrix m_oFullTransform;
double m_dClipLeft;
double m_dClipTop;
@ -226,9 +226,9 @@ public:
Unit GetPageUnit();
Status SetPageUnit(Unit lUnits);
CMatrix* GetTransform();
Aggplus::CMatrix* GetTransform();
Status SetTransform(CMatrix* pTransform);
CMatrix* GetBaseTransform();
Aggplus::CMatrix* GetBaseTransform();
Status SetBaseTransform(CMatrix* pTransform);
Status TranslateTransform(double x, double y, MatrixOrder order = MatrixOrderPrepend);
Status RotateTransform(double dAngle, MatrixOrder order = MatrixOrderPrepend);