Skip to content

DrawingTileViewEventArgs

Namespace: ThinkGeo.Core

This class represents an event argument for drawing event in TileView class.

public class DrawingTileViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingTileViewEventArgs

Properties

GeoCanvas

This property gets and sets a GeoCanvas object to draw the tile.

public GeoCanvas GeoCanvas { get; set; }

Property Value

GeoCanvas

Constructors

DrawingTileViewEventArgs()

This is the constructor of DrawingTileEventArgs.

public DrawingTileViewEventArgs()

DrawingTileViewEventArgs(GeoCanvas)

This is the constructor of DrawingTileEventArgs.

public DrawingTileViewEventArgs(GeoCanvas geoCanvas)

Parameters

geoCanvas GeoCanvas
This parameter indicates a GeoCanvas object to draw the tile.