mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
[SDK][INCLUDE] Implement Gdiplus::CustomLineCap (#2201)
Implement Gdiplus::CustomLineCap and Gdiplus::AdjustableArrowCap. CORE-16585
This commit is contained in:
parent
f4f010ba50
commit
5cc4c9b24d
3 changed files with 147 additions and 33 deletions
|
@ -25,6 +25,7 @@ class Graphics;
|
|||
class GraphicsPath : public GdiplusBase
|
||||
{
|
||||
friend class Region;
|
||||
friend class CustomLineCap;
|
||||
|
||||
public:
|
||||
GraphicsPath(const Point *points, const BYTE *types, INT count, FillMode fillMode) : nativePath(NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue