public RectInfo(ExShapeControl control) { _Rect = control.XtraContainer.Bounds; shapeControl = control; _LastRect.Init(); LinePrintInfo.Init(); }
public RectInfo(ContainerControl control) { _Rect = control.XtraContainer.Bounds; _KeepDistance = control.KeepDistance; _LastRect.Init(); LinePrintInfo.Init(); }