コード例 #1
0
ファイル: LayoutManager.cs プロジェクト: yeyong/manageserver
 private double GetSliceOriginPosY(PhotoSlice pSlice)
 {
     return (double)(pSlice.GetValue(Canvas.TopProperty)) + pSlice.Height / 2 - _target.Height / 2 + (double)_targetShadow.GetValue(Canvas.TopProperty); ;
 }
コード例 #2
0
ファイル: LayoutManager.cs プロジェクト: yeyong/manageserver
 private double GetSliceOriginPosX(PhotoSlice pSlice)
 {
     return (double)(pSlice.GetValue(Canvas.LeftProperty)) + pSlice.Width / 2 - _target.Width / 2 + (double)_targetShadow.GetValue(Canvas.LeftProperty);
 }