Forgot wxGraphicsPath

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-25 10:07:05 +00:00
parent 12133c3b42
commit 4c7b80fb91

View File

@@ -373,6 +373,7 @@ are based on the modern drawing backend GDI+, CoreGraphics and Cairo.
@li wxGraphicsPen: Pen for drawing into a wxGraphicsContext @li wxGraphicsPen: Pen for drawing into a wxGraphicsContext
@li wxGraphicsFont: Font for drawing text on a wxGraphicsContext @li wxGraphicsFont: Font for drawing text on a wxGraphicsContext
@li wxGraphicsMatrix: Represents an affine matrix for drawing transformation @li wxGraphicsMatrix: Represents an affine matrix for drawing transformation
@li wxGraphicsPath: Represents a path for drawing