Class DrawingCircleEventArgs
DrawingManager CircleComplete events arguments.
Inheritance
System.Object
System.EventArgs
DrawingCircleEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Drawing
Assembly:GoogleMaps.dll
Syntax
public class DrawingCircleEventArgs : EventArgs
Properties
Bounds
The bounds of the circle.
Declaration
public Bounds Bounds { get; set; }
Property Value
| Type | Description |
|---|---|
| Bounds |
Center
The sender of the circle.
Declaration
public LatLng Center { get; set; }
Property Value
| Type | Description |
|---|---|
| LatLng |
Radius
The radius in meters on the Earth's surface.
Declaration
public decimal Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
Methods
FromScriptData(Object)
Retrieves an instance of DrawingCircleEventArgs from script data.
Declaration
public static DrawingCircleEventArgs FromScriptData(object scriptObject)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | scriptObject | The script data object |
Returns
| Type | Description |
|---|---|
| DrawingCircleEventArgs | The DrawingCircleEventArgs instance |
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A System.String that represents this instance. |
Overrides
System.Object.ToString()