示例#1
0
 public SubImage GetSubImage(int x, int y)
 {
     return(Texture.Subimage(((TileWidth + HOffset) * x) + HOffset, ((TileHeight + VOffset) * y) + VOffset, TileWidth, TileHeight));
 }