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¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Constructors¶
GettingTileTileCacheEventArgs()¶
public GettingTileTileCacheEventArgs()
GettingTileTileCacheEventArgs(Int32, Int64, Int64)¶
public GettingTileTileCacheEventArgs(int zoom, long x, long y)
Parameters¶
zoom
Int32
x
Int64
y
Int64