Method GetTileBounds
GetTileBounds(int, int, int)
Gets the pixel bounds of a tile within its pyramid level, including overlap. Returns a Rect<T> of int in level-pixel coordinates (XYWH).
public Rect<int> GetTileBounds(int level, int col, int row)
Gets the pixel bounds of a tile within its pyramid level, including overlap. Returns a Rect<T> of int in level-pixel coordinates (XYWH).
public Rect<int> GetTileBounds(int level, int col, int row)