27 I_ASSIGN(m_leftAttrPtr,
"X",
"X-Position of the rectangle",
true, 0);
28 I_ASSIGN(m_topAttrPtr,
"Y",
"Y-Position of the rectangle",
true, 0);
29 I_ASSIGN(m_widthAttrPtr,
"Width",
"Width of the rectangle",
true, 0);
30 I_ASSIGN(m_heightAttrPtr,
"Height",
"Height of the rectangle",
true, 0);
38 I_ATTR(
double, m_leftAttrPtr);
39 I_ATTR(
double, m_topAttrPtr);
40 I_ATTR(
double, m_widthAttrPtr);
41 I_ATTR(
double, m_heightAttrPtr);
Implementation of a rectangle as a component.
virtual void OnComponentCreated() override
TObject2dCompWrap< CRectangle > BaseClass
Definition of rectangle area orthogonal to axis of coordination system.
Common interface for describing the 2D-objects.
Base class for all components implementing 2D objects.
Common class for all classes which objects can be archived or restored from archive.