コード例 #1
0
 public virtual void AllocateTextArea(TextEditor textEditor, TextArea textArea, Rectangle allocation)
 {
     if (textArea.Bounds != allocation)
     {
         textEditor.SetChildBounds(textArea, allocation);
     }
 }