StructSizeL
Struct
Represents a size represented with Int64 values.
Definition
Namespace:Telerik.WinControls.UI.Map
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public struct SizeL : IEquatable<SizeL>
Implements:
Inherited Members
Constructors
SizeL(long, long)
Initializes a new instance of the SizeL 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