mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:22:24 +00:00
parent
8ecbb44463
commit
8968b14235
7 changed files with 340 additions and 175 deletions
|
@ -204,6 +204,13 @@ class Matrix : public GdiplusBase
|
|||
lastStatus = status;
|
||||
return status;
|
||||
}
|
||||
|
||||
// get native
|
||||
friend inline GpMatrix *&
|
||||
getNat(const Matrix *matrix)
|
||||
{
|
||||
return const_cast<Matrix *>(matrix)->nativeMatrix;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSMATRIX_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue