diff options
author | crupest <crupest@outlook.com> | 2021-03-13 17:40:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-13 17:40:18 +0800 |
commit | 7703063a5816b089483e78ccd74bb9902ccfbea8 (patch) | |
tree | b4b0fd45eb6a89831921d6b78c322e6aa882c239 /include/cru/win | |
parent | 49dfb2bc9f965b398aa12e711148696d28443eaf (diff) | |
download | cru-7703063a5816b089483e78ccd74bb9902ccfbea8.tar.gz cru-7703063a5816b089483e78ccd74bb9902ccfbea8.tar.bz2 cru-7703063a5816b089483e78ccd74bb9902ccfbea8.zip |
...
Diffstat (limited to 'include/cru/win')
-rw-r--r-- | include/cru/win/graphics/direct/Painter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/win/graphics/direct/Painter.hpp b/include/cru/win/graphics/direct/Painter.hpp index 93c768e7..b34c1563 100644 --- a/include/cru/win/graphics/direct/Painter.hpp +++ b/include/cru/win/graphics/direct/Painter.hpp @@ -27,6 +27,8 @@ class D2DPainter : public DirectResource, void Clear(const Color& color) override; + void DrawLine(const Point& start, const Point& end, IBrush* brush, + float width) override; void StrokeRectangle(const Rect& rectangle, IBrush* brush, float width) override; void FillRectangle(const Rect& rectangle, IBrush* brush) override; |