Table of Contents

Method GetTileBounds

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

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)

Parameters

level int
col int
row int

Returns

Rect<int>