Skip to content

DrawnOverlayEventArgs

Namespace: ThinkGeo.UI.WebApi

Provides the data for Overlay.Drawn event.

public class DrawnOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawnOverlayEventArgs

Properties

GeoCanvas

This property gets and sets the GeoCanvas we are drawing on.

public GeoCanvas GeoCanvas { get; set; }

Property Value

GeoCanvas
This property gets the GeoCanvas we are drawing on.

Remarks:

None

Constructors

DrawnOverlayEventArgs()

This is a constructor for the class.

public DrawnOverlayEventArgs()

Remarks:

This is the default constructor. If you use this constructor then you need to set the required properties manually.

DrawnOverlayEventArgs(GeoCanvas)

This is a constructor for the class.

public DrawnOverlayEventArgs(GeoCanvas geoCanvas)

Parameters

geoCanvas GeoCanvas
This parameter is the GeoCanvas that have drawn.

Remarks:

None