How do I separate them with a small distance.
I show the overlapping in the picture I attached.
Code: Select all
\begin{eqnarray}
Rect\_np.left=Rect\_Parent.left + Rect\_sm.left * Rect\_Parent.Width\\
Rect\_np.right=Rect\_Parent.left + Rect\_sm.right * Rect\_Parent.Width\\
Rect\_np.top=Rect\_Parent.top - Rect\_sm.top * Rect\_Parent.Height\\
Rect\_np.bottom=Rect\_Parent.top - Rect\_sm.bottom * Rect\_Parent.Height
\end{eqnarray}