Skip to content

GettingTileTileCacheEventArgs

Namespace: ThinkGeo.Core

public class GettingTileTileCacheEventArgs : System.EventArgs

Inheritance ObjectEventArgsGettingTileTileCacheEventArgs

Properties

Zoom

public int Zoom { get; set; }

Property Value

Int32

X

public long X { get; set; }

Property Value

Int64

Y

public long Y { get; set; }

Property Value

Int64

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

Constructors

GettingTileTileCacheEventArgs()

public GettingTileTileCacheEventArgs()

GettingTileTileCacheEventArgs(Int32, Int64, Int64)

public GettingTileTileCacheEventArgs(int zoom, long x, long y)

Parameters

zoom Int32

x Int64

y Int64