mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:41:42 +00:00
[MSPAINT] Introduce partial image history (#5994)
- Add IMAGE_PART structure and use as history items. - Overload ImageModel::PushImageForUndo(const RECT& rcPartial). - Add ToolsModel::GetToolSize. - Implement partial image history on TwoPointDrawTool. CORE-19094
This commit is contained in:
parent
416d63026e
commit
72081168fb
5 changed files with 118 additions and 18 deletions
|
@ -124,6 +124,8 @@ public:
|
|||
void SetRubberRadius(int nRubberRadius);
|
||||
void MakeRubberThickerOrThinner(BOOL bThinner);
|
||||
|
||||
SIZE GetToolSize() const;
|
||||
|
||||
BOOL IsBackgroundTransparent() const;
|
||||
void SetBackgroundTransparent(BOOL bTransparent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue