コード例 #1
0
 public Rectangle GetBoundingBox(Vector2 position)
 {
     return(sprite.GetBoundingBox(position));
 }
コード例 #2
0
 public Rectangle GetBoundingBox(Vector2 location)
 {
     return(sprite.GetBoundingBox(location));
 }