Skip to content

DrawingTileViewEventArgs

Namespace: ThinkGeo.UI.Wpf

Provides data for tile drawing events raised by TileView.

public class DrawingTileViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingTileViewEventArgs

Properties

GeoCanvas

Gets or sets the canvas used to draw the tile.

public GeoCanvas GeoCanvas { get; set; }

Property Value

GeoCanvas

Constructors

DrawingTileViewEventArgs()

Initializes a new instance of the DrawingTileViewEventArgs class.

public DrawingTileViewEventArgs()

DrawingTileViewEventArgs(GeoCanvas)

Initializes a new instance of the DrawingTileViewEventArgs class.

public DrawingTileViewEventArgs(GeoCanvas geoCanvas)

Parameters

geoCanvas GeoCanvas
The canvas used to render the tile.