mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Adding ImageCrop and MeasureName/ImageName changes by spx.
This commit is contained in:
@ -22,6 +22,15 @@
|
||||
#include "Meter.h"
|
||||
#include "MeterWindow.h"
|
||||
|
||||
enum CROPMODE
|
||||
{
|
||||
CROPMODE_TL = 1,
|
||||
CROPMODE_TR,
|
||||
CROPMODE_BR,
|
||||
CROPMODE_BL,
|
||||
CROPMODE_C
|
||||
};
|
||||
|
||||
class CTintedImage
|
||||
{
|
||||
public:
|
||||
@ -77,6 +86,7 @@ protected:
|
||||
bool m_NeedsTransform;
|
||||
|
||||
Gdiplus::Rect m_Crop;
|
||||
CROPMODE m_CropMode;
|
||||
bool m_GreyScale;
|
||||
Gdiplus::ColorMatrix m_ColorMatrix;
|
||||
Gdiplus::RotateFlipType m_Flip;
|
||||
|
Reference in New Issue
Block a user