mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
parent
91f3c8f81a
commit
265a890d7c
4 changed files with 81 additions and 45 deletions
|
@ -61,6 +61,7 @@ class Matrix;
|
|||
class Metafile;
|
||||
class Pen;
|
||||
class Region;
|
||||
class StringFormat;
|
||||
|
||||
// get native
|
||||
GpBrush *&
|
||||
|
@ -72,6 +73,9 @@ getNat(const CachedBitmap *cb);
|
|||
GpCustomLineCap *&
|
||||
getNat(const CustomLineCap *cap);
|
||||
|
||||
GpFont *&
|
||||
getNat(const Font *font);
|
||||
|
||||
GpFontCollection *&
|
||||
getNat(const FontCollection *fc);
|
||||
|
||||
|
@ -90,10 +94,16 @@ getNat(const ImageAttributes *ia);
|
|||
GpMatrix *&
|
||||
getNat(const Matrix *matrix);
|
||||
|
||||
GpMetafile *&
|
||||
getNat(const Metafile *metafile);
|
||||
|
||||
GpPen *&
|
||||
getNat(const Pen *pen);
|
||||
|
||||
GpRegion *&
|
||||
getNat(const Region *region);
|
||||
|
||||
GpStringFormat *&
|
||||
getNat(const StringFormat *sf);
|
||||
|
||||
#endif /* _GDIPLUSBASE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue