Struct
SizeL

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

Inherited Members ValueType.ToString()

Constructors

SizeL(long, long)

Initializes a new instance of the SizeL struct.

Declaration

cs-api-definition
public SizeL(long width, long height)

Parameters

width

long

The width.

height

long

The height.

Fields

Empty

Declaration

cs-api-definition
public static readonly SizeL Empty

Field Value

SizeL

Properties

Height

Gets or sets the height.

Declaration

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

Property Value

long

The height.

Width

Gets or sets the width.

Declaration

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

Property Value

long

The width.

Methods

Equals(SizeL)

Declaration

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

Parameters

other

SizeL

Returns

bool

Implements IEquatable<SizeL>.Equals(SizeL)

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()