#include <DebugDrawing.h>
Inheritance diagram for DebugDrawing::Polygon:
Public Member Functions | |
Polygon () | |
Public Attributes | |
Vector2< int > | points [MAX_NUMBER_OF_POINTS] |
int | nCount |
Drawings::FillStyle | fillStyle |
Color | fillColor |
Definition at line 142 of file DebugDrawing.h.
DebugDrawing::Polygon::Polygon | ( | ) | [inline] |
Definition at line 149 of file DebugDrawing.h.
References DebugDrawing::Element::POLYGON, and DebugDrawing::Element::type.
Definition at line 148 of file DebugDrawing.h.
Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().
Definition at line 147 of file DebugDrawing.h.
Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().
Definition at line 146 of file DebugDrawing.h.
Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().
Vector2<int> DebugDrawing::Polygon::points[MAX_NUMBER_OF_POINTS] |
Definition at line 145 of file DebugDrawing.h.
Referenced by operator<<(), operator>>(), PaintMethodsWin32::paintDebugDrawingToCDC(), and DebugDrawing::polygon().