Struct
SizeG

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: IEquatable<SizeG>

Inherited Members ValueType.ToString()

Constructors

SizeG(double, double)

Initializes a new instance of the SizeG struct.

Declaration

cs-api-definition
public SizeG(double width, double height)

Parameters

width

double

The width.

height

double

The height.

Fields

Empty

Declaration

cs-api-definition
public static readonly SizeG Empty

Field Value

SizeG

Properties

Height

Gets or sets the height.

Declaration

cs-api-definition
public double Height { get; set; }

Property Value

double

The height.

Width

Gets or sets the width.

Declaration

cs-api-definition
public double Width { get; set; }

Property Value

double

The width.

Methods

Equals(SizeG)

Declaration

cs-api-definition
public bool Equals(SizeG other)

Parameters

other

SizeG

Returns

bool

Implements IEquatable<SizeG>.Equals(SizeG)

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides ValueType.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides ValueType.GetHashCode()