Removed comment about non-existing DoDrawEllipticArcRot() function.

This commit is contained in:
Catalin
2016-02-21 12:04:12 +02:00
parent 0d870c5bb3
commit 773ce1d58e

View File

@@ -1300,8 +1300,6 @@ It uses wxDCBase::CalculateEllipticPoints(...) and wxDCBase::Rotate(...),
which are also new. which are also new.
All methods are generic, so they can be implemented in wxDCBase. All methods are generic, so they can be implemented in wxDCBase.
DoDrawEllipticArcRot(...) is virtual, so it can be called from deeper
methods like (WinCE) wxDC::DoDrawArc(...).
CalculateEllipticPoints(...) fills a given list of wxPoints with some points CalculateEllipticPoints(...) fills a given list of wxPoints with some points
of an elliptic arc. The algorithm is pixel-based: In every row (in flat of an elliptic arc. The algorithm is pixel-based: In every row (in flat