示例#1
0
 public void Reorient(Geometry.Rectangle r)
 {
     Reorient((int)r.L, (int)r.T, (int)r.W, (int)r.H);
 }
示例#2
0
 public void reorient(Geometry.Rectangle r)
 {
     _label.Reorient(r.SliceVertical(0f, _split));
     _textBox.Reorient(r.SliceVertical(_split, 1f));
 }