GettingTileTileCacheEventArgs¶
Namespace: ThinkGeo.Core
public class GettingTileTileCacheEventArgs : System.EventArgs
Inheritance Object → EventArgs → GettingTileTileCacheEventArgs
Properties¶
Zoom¶
public int Zoom { get; set; }
Property Value¶
X¶
public long X { get; set; }
Property Value¶
Y¶
public long Y { get; set; }
Property Value¶
TileSource¶
public string TileSource { get; set; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Constructors¶
GettingTileTileCacheEventArgs()¶
public GettingTileTileCacheEventArgs()
GettingTileTileCacheEventArgs(Int32, Int64, Int64, String)¶
public GettingTileTileCacheEventArgs(int zoom, long x, long y, string tileSource)
Parameters¶
zoom Int32
x Int64
y Int64
tileSource String