0
嗨,我想將我的圖分成四部分。我怎樣才能定義其他3個界限。在4部分中切割圖
Rect b = activeDiagram.Panel.DiagramBounds; // b = (-370, -190, 3099, 2450)
Rect bounds1 = new Rect((new System.Windows.Point(b.X,b.Y)), (new System.Windows.Point((w/2) + b.X, (h/2) + b.Y))); // bounds1 = (-370, -190, 1549.5, 1225)
thanx的烏拉圭回合的幫助! – H79