Skip to content

GottenCacheImageBitmapTileCacheEventArgs

Namespace: ThinkGeo.Core

Provides data for the deprecated tile-cache event that notifies listeners after a bitmap tile is retrieved.

public class GottenCacheImageBitmapTileCacheEventArgs : System.EventArgs

Inheritance ObjectEventArgsGottenCacheImageBitmapTileCacheEventArgs

Properties

Tile

Gets or sets the cached tile involved in the event.

public Tile Tile { get; set; }

Property Value

Tile

Constructors

GottenCacheImageBitmapTileCacheEventArgs()

Initializes a new instance of the GottenCacheImageBitmapTileCacheEventArgs class.

public GottenCacheImageBitmapTileCacheEventArgs()

GottenCacheImageBitmapTileCacheEventArgs(Tile)

Initializes a new instance of the GottenCacheImageBitmapTileCacheEventArgs class for the specified tile.

public GottenCacheImageBitmapTileCacheEventArgs(Tile tile)

Parameters

tile Tile
The cached tile that was retrieved.