struct CCL::IEmbeddedViewHost::ScreenScalingProperty
Scaling factor applied to the foreign view tree when drawn on screen.
#include <iembeddedviewhost.h> struct ScreenScalingProperty: public Core::Property { // enums enum { kPropertyID = FOUR_CHAR_ID ('S', 'c', 'r', 'S'), }; // fields PointF scaleFactor; // construction ScreenScalingProperty (PointFRef scaleFactor = PointF (1.f, 1.f)); };
Inherited Members
public: // fields PropertyType type; int size;