Class BoundsEventArgs
Class for containing bounds event data.
Inheritance
System.Object
System.EventArgs
BoundsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
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
Assembly:GoogleMaps.dll
Syntax
public class BoundsEventArgs : EventArgs, IScriptDescriptorData
Constructors
BoundsEventArgs()
Initializes a new instance of the BoundsEventArgs class.
Declaration
public BoundsEventArgs()
BoundsEventArgs(Bounds)
Initializes a new instance of the BoundsEventArgs class.
Declaration
public BoundsEventArgs(Bounds bounds)
Parameters
Type | Name | Description |
---|---|---|
Bounds | bounds | The bounds. |
Properties
Bounds
The bounds data contained by the event.
Declaration
public Bounds Bounds { get; protected set; }
Property Value
Type | Description |
---|---|
Bounds | The bounds data. |
Methods
FromScriptData(Object)
Retrieves an instance from script data.
Declaration
public static BoundsEventArgs FromScriptData(object scriptObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | scriptObject | The value. |
Returns
Type | Description |
---|---|
BoundsEventArgs |
ToScriptData()
Returns a script data representation of the BoundsEventArgs instance.
Declaration
public IDictionary<string, object> ToScriptData()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |