示例#1
0
        public ImageBoxEx()
        {
            this.SelectionColor = Color.Orange;
            this.SelectionMode  = ImageBoxSelectionMode.Rectangle;

            _dragHandles        = new DragHandleCollection();
            this.DragHandleSize = 8;
            this.PositionDragHandles();
        }
示例#2
0
 public Element()
 {
     _dragHandles    = new DragHandleCollection();
     _dragHandleSize = 8;
     IsSelected      = false;
 }