コード例 #1
0
        public RectInfo(ExShapeControl control)
        {
            _Rect = control.XtraContainer.Bounds;

            shapeControl = control;

            _LastRect.Init();

            LinePrintInfo.Init();
        }
コード例 #2
0
        public RectInfo(ContainerControl control)
        {
            _Rect = control.XtraContainer.Bounds;

            _KeepDistance = control.KeepDistance;

            _LastRect.Init();

            LinePrintInfo.Init();
        }