[]
        
(Showing Draft Content)

C1.Android.Core.C1Point

C1Point Class

Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.

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

Constructors

Name Description
C1Point(double, double)

Initializes a new instance of the C1Point struct.

Properties

Name Description
X

Gets or sets the x-coordinate value of this C1Point structure.

Y

Gets or sets the y-coordinate value of this C1Point.

Methods

Name Description
Equals(object)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns a string that represents this instance.

Operators

Name Description
operator ==(C1Point, C1Point)

Implements the operator ==.

operator !=(C1Point, C1Point)

Implements the operator !=.