Ejemplo n.º 1
0
 public static SKPoint Center(this SKRect rect)
 {
     return(new SKPoint(rect.CenterX(), rect.CenterY()));
 }