|
GME
13
|
#include <GraphicsUtil.h>


Public Member Functions | |
| CBulletArrowHead (int dir, const std::vector< CPoint > &coords) | |
| virtual | ~CBulletArrowHead () |
| virtual void | Draw (Gdiplus::Graphics *gdip, Gdiplus::Pen *pen, Gdiplus::Brush *brush, const CPoint &tip, bool bPen, double angle, bool bold) |
Definition at line 27 of file GraphicsUtil.h.
| CBulletArrowHead::CBulletArrowHead | ( | int | dir, |
| const std::vector< CPoint > & | coords | ||
| ) |
Definition at line 127 of file GraphicsUtil.cpp.
| CBulletArrowHead::~CBulletArrowHead | ( | ) | [virtual] |
Definition at line 132 of file GraphicsUtil.cpp.
| void CBulletArrowHead::Draw | ( | Gdiplus::Graphics * | gdip, |
| Gdiplus::Pen * | pen, | ||
| Gdiplus::Brush * | brush, | ||
| const CPoint & | tip, | ||
| bool | bPen, | ||
| double | angle, | ||
| bool | bold | ||
| ) | [virtual] |
Reimplemented from CArrowHead.
Definition at line 136 of file GraphicsUtil.cpp.
1.7.6.1