25 I_ASSIGN(m_x1AttrPtr,
"X1",
"X-Position of start line point",
true, 0);
26 I_ASSIGN(m_y1AttrPtr,
"Y1",
"Y-Position of start line point",
true, 0);
27 I_ASSIGN(m_x2AttrPtr,
"X2",
"X-Position of end line point",
true, 0);
28 I_ASSIGN(m_y2AttrPtr,
"Y2",
"Y-Position of end line point",
true, 0);
36 I_ATTR(
double, m_x1AttrPtr);
37 I_ATTR(
double, m_y1AttrPtr);
38 I_ATTR(
double, m_x2AttrPtr);
39 I_ATTR(
double, m_y2AttrPtr);
Implementation of a 2D-line as a component.
TObject2dCompWrap< CLine2d > BaseClass
virtual void OnComponentCreated() override
Definition of a line in 2D-space.
Base class for all components implementing 2D objects.