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