mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
parent
91f3c8f81a
commit
265a890d7c
4 changed files with 81 additions and 45 deletions
|
@ -242,6 +242,13 @@ class Metafile : public Image
|
|||
{
|
||||
return static_cast<GpMetafile *>(nativeImage);
|
||||
}
|
||||
|
||||
// get native
|
||||
friend inline GpMetafile *&
|
||||
getNat(const Metafile *metafile)
|
||||
{
|
||||
return reinterpret_cast<GpMetafile *&>(const_cast<Metafile *>(metafile)->nativeImage);
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSMETAFILE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue