[SDK][INCLUDE] Implement Gdiplus::Brush (#2205)

CORE-16585
This commit is contained in:
Katayama Hirofumi MZ 2019-12-31 14:54:41 +09:00 committed by GitHub
parent dcc512a245
commit 9f4d733d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 408 additions and 92 deletions

View file

@ -22,6 +22,8 @@
class ImageAttributes : public GdiplusBase
{
public:
friend class TextureBrush;
ImageAttributes() : nativeImageAttr(NULL)
{
lastStatus = DllExports::GdipCreateImageAttributes(&nativeImageAttr);