You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/Module/GeoSigmaDraw/ItemScaleEmbellish.h

22 lines
426 B
C

1 month ago
#pragma once
#include "item.h"
namespace NItem
{
class CItemScaleEmbellish :
public CItem
{
public:
CItemScaleEmbellish(CSigmaDoc * ppDoc);
virtual ~CItemScaleEmbellish(void);
void ScaleEmbellish(void);
void ScaleFont(double dScale);//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void ScaleProperty(double sx, double sy, BOOL bPersonalEmbellish, BOOL bOwnerProperties);
double coefficient;
BOOL m_bPersonalEmbellish;
BOOL m_bOwnerProperties;
};
};