Example #1
0
 internal static int Bottom(this System.Windows.Controls.Image img)
 {
     return(img.getNumValue(Canvas.BottomProperty));
 }
Example #2
0
 internal static int Right(this System.Windows.Controls.Image img)
 {
     return(img.getNumValue(Canvas.RightProperty));
 }