27 I_ASSIGN(m_diag1X1AttrPtr,
"Diag1X1",
"X-Position of start line point of the first diagonal",
true, 0);
28 I_ASSIGN(m_diag1Y1AttrPtr,
"Diag1Y1",
"Y-Position of start line point of the first diagonal",
true, 0);
29 I_ASSIGN(m_diag1X2AttrPtr,
"Diag1X2",
"X-Position of end line point of the first diagonal",
true, 0);
30 I_ASSIGN(m_diag1Y2AttrPtr,
"Diag1Y2",
"Y-Position of end line point of the first diagonal",
true, 0);
31 I_ASSIGN(m_diag2X1AttrPtr,
"Diag2X1",
"X-Position of start line point of the second diagonal",
true, 0);
32 I_ASSIGN(m_diag2Y1AttrPtr,
"Diag2Y1",
"Y-Position of start line point of the second diagonal",
true, 0);
33 I_ASSIGN(m_diag2X2AttrPtr,
"Diag2X2",
"X-Position of end line point of the second diagonal",
true, 0);
34 I_ASSIGN(m_diag2Y2AttrPtr,
"Diag2Y2",
"Y-Position of end line point of the second diagonal",
true, 0);
42 I_ATTR(
double, m_diag1X1AttrPtr);
43 I_ATTR(
double, m_diag1Y1AttrPtr);
44 I_ATTR(
double, m_diag1X2AttrPtr);
45 I_ATTR(
double, m_diag1Y2AttrPtr);
46 I_ATTR(
double, m_diag2X1AttrPtr);
47 I_ATTR(
double, m_diag2Y1AttrPtr);
48 I_ATTR(
double, m_diag2X2AttrPtr);
49 I_ATTR(
double, m_diag2Y2AttrPtr);