[]
        
(Showing Draft Content)

C1.Blazor.Core.C1Point

C1Point Struct

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

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public struct C1Point

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 !=.