Skip to content

DrawingTileTileOverlayEventArgs

Namespace: ThinkGeo.UI.Wpf

Provides data for the DrawingTile event raised by TileOverlay.

public class DrawingTileTileOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingTileTileOverlayEventArgs

Properties

DrawingTile

Gets or sets the tile that is about to be drawn.

public TileView DrawingTile { get; set; }

Property Value

TileView

GeoCanvas

Gets or sets the canvas used to render the tile content.

public GeoCanvas GeoCanvas { get; set; }

Property Value

GeoCanvas

Constructors

DrawingTileTileOverlayEventArgs()

Initializes a new instance of the DrawingTileTileOverlayEventArgs class.

public DrawingTileTileOverlayEventArgs()

DrawingTileTileOverlayEventArgs(TileView, GeoCanvas)

Initializes a new instance of the DrawingTileTileOverlayEventArgs class.

public DrawingTileTileOverlayEventArgs(TileView drawingTile, GeoCanvas geoCanvas)

Parameters

drawingTile TileView
The tile that is about to be drawn.

geoCanvas GeoCanvas
The canvas used to render the tile.