mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[MSPAINT] Realize Masked Skew
- Add CreateMonoBitmap and CopyMonoImage functions to dib.cpp. - Add bMono parameter to SkewDIB function. - Add hbmMask parameter to InsertFromHBITMAP function. - Add ToolsModel::IsSelection. CORE-18867
This commit is contained in:
parent
f6bd638b4d
commit
9afcbea24e
8 changed files with 111 additions and 27 deletions
|
@ -82,6 +82,8 @@ private:
|
|||
public:
|
||||
ToolsModel();
|
||||
~ToolsModel();
|
||||
|
||||
BOOL IsSelection() const;
|
||||
int GetLineWidth() const;
|
||||
void SetLineWidth(int nLineWidth);
|
||||
int GetShapeStyle() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue