The antialias setting can be set for all meters.

This commit is contained in:
Kimmo Pekkola
2009-07-29 11:52:01 +00:00
parent df9817a83c
commit fce069e2c7
8 changed files with 14 additions and 34 deletions

View File

@ -33,7 +33,6 @@ public:
virtual bool Draw(Gdiplus::Graphics& graphics);
private:
bool m_AntiAlias; // If true, the line is antialiased
bool m_Solid;
double m_LineWidth;
double m_LineLength;