[SDK][INCLUDE] Implement Gdiplus::CustomLineCap (#2201)

Implement Gdiplus::CustomLineCap and Gdiplus::AdjustableArrowCap. CORE-16585
This commit is contained in:
Katayama Hirofumi MZ 2019-12-31 11:30:12 +09:00 committed by GitHub
parent f4f010ba50
commit 5cc4c9b24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 147 additions and 33 deletions

View file

@ -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)