Changeset 4513 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 09/27/10 09:24:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/DockPanel.DockDragHandler.cs
r4068 r4513 136 136 private static Bitmap _bitmapPaneDiamondHotSpot = Resources.DockIndicator_PaneDiamond_HotSpot; 137 137 private static Bitmap _bitmapPaneDiamondHotSpotIndex = Resources.DockIndicator_PaneDiamond_HotSpotIndex; 138 private static HotSpotIndex[] _hotSpots = new HotSpotIndex[] 139 { 140 new HotSpotIndex(1, 0, DockStyle.Top), 141 new HotSpotIndex(0, 1, DockStyle.Left), 142 new HotSpotIndex(1, 1, DockStyle.Fill), 143 new HotSpotIndex(2, 1, DockStyle.Right), 144 new HotSpotIndex(1, 2, DockStyle.Bottom) 145 }; 138 private static HotSpotIndex[] _hotSpots = new HotSpotIndex[] { 139 new HotSpotIndex(1, 0, DockStyle.Top), 140 new HotSpotIndex(0, 1, DockStyle.Left), 141 new HotSpotIndex(1, 1, DockStyle.Fill), 142 new HotSpotIndex(2, 1, DockStyle.Right), 143 new HotSpotIndex(1, 2, DockStyle.Bottom) 144 }; 146 145 private static GraphicsPath _displayingGraphicsPath = DrawHelper.CalculateGraphicsPathFromBitmap(_bitmapPaneDiamond); 147 146
Note: See TracChangeset
for help on using the changeset viewer.