StructSizeG
Struct
Represents a size in Geographic coordinate system.
Definition
Namespace:Telerik.WinControls.UI.Map
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public struct SizeG : IEquatable<SizeG>
Implements:
Inherited Members
Constructors
SizeG(double, double)
Initializes a new instance of the SizeG struct.
Fields
Properties
Height
Gets or sets the height.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides