[]
        
(Showing Draft Content)

C1.Android.Core.C1Size

C1Size Class

Describes the width and height of an object.

Inheritance
C1Size
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public sealed class C1Size : ValueType

Constructors

Name Description
C1Size(double, double)

Initializes a new instance of the C1Size structure and assigns it an initial width and height.

Properties

Name Description
Empty

Gets a value that represents a static empty C1Size.

Height

Gets or sets the height.

IsEmpty

Gets a value indicating whether this instance is empty.

Width

Gets or sets the width.

Methods

Name Description
Equals(object)

ompares an object to an instance of C1Size for equality.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns a string that represents this instance.

Operators

Name Description
operator ==(C1Size, C1Size)

Compares two instances of C1Size for equality.

operator !=(C1Size, C1Size)

Compares two instances of C1Size for inequality.