Commit da45b3da 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@55212 954022d7-b5bf-4e40-9824-e11837661b57
parent 14291c24
#ifndef _BUILD_GRAPHICSPATH_H_
#ifndef _BUILD_GRAPHICSPATH_H_
#define _BUILD_GRAPHICSPATH_H_
#include "AggPlusEnums.h"
......@@ -20,7 +20,7 @@
#include "Matrix.h"
#include "Structures.h"
#include "structures.h"
#include "../fontengine/FontManager.h"
namespace Aggplus
......@@ -50,7 +50,7 @@ public:
Status AddLine(double x1, double y1, double x2, double y2);
Status AddLines(double* pPoints, int nCount);
// ,
// методы, которые просто будем сводить к трем основным
Status AddBezier(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4);
Status AddBeziers(double* pPoints, int nCount);
Status AddCurve(double* pPoints, int nCount);
......
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