Skip to content

DrawingTileViewEventArgs

Namespace: ThinkGeo.UI.Maui

The event args for tile.Drawing event

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.