Commit 7075c683 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55203 954022d7-b5bf-4e40-9824-e11837661b57
parent 1a3df464
#ifndef _BUILD_BRUSH_H_
#ifndef _BUILD_BRUSH_H_
#define _BUILD_BRUSH_H_
#include "AggPlusEnums.h"
......@@ -7,7 +7,7 @@
#include "Matrix.h"
#include "Image.h"
#include "Structures.h"
#include "structures.h"
#include "../common/Array.h"
namespace Aggplus
......@@ -119,15 +119,15 @@ protected:
CArray<TSubColor> m_subcolors;
CMatrix m_matrix;
float m_angle; // p1 -> p2
float m_angle; // угол поворота в градусах базовой линии p1 -> p2
CDoubleRect Bounds;
Aggplus::WrapMode m_wrap;
BOOL m_bAngleScalable; // b = arctan( width / height * tan(angle) );
BOOL m_bRectable; //
BOOL m_bRelativeCoords; //
BOOL m_bAngleScalable; // масштабировать угол поворота относительно заданных точек b = arctan( width / height * tan(angle) );
BOOL m_bRectable; // в качестве направляющей используется диагональ прямоугольника
BOOL m_bRelativeCoords; // координаты точек считаются относительно рисуемого примитива
};
class CBrushTexture : public CBrush
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment