SetParaInfo() private méthode

Called by the ParaBuilder to set the info for the paragraph itself.
private SetParaInfo ( List lines, int width, int height ) : void
lines List
width int
height int
Résultat void
Exemple #1
0
 private void SetParaInfo()
 {
     m_para.SetParaInfo(m_lines, ComputeWidth() + m_surroundWidth, ComputeHeight() + m_surroundHeight);
 }