[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Coordinate

Coordinate Class

Defines a class the represents the coordinate concept in mathematics.

Inheritance
Coordinate
Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public sealed class Coordinate : Vector<float>, ICloneable

Constructors

Name Description
Coordinate(float, float)

Indicates a new instance of the Coordinate class.

Properties

Name Description
X

Gets or sets the value of x-coordinate.

Y

Gets or sets the value of y-coordinate.

Operators

Name Description
implicit operator Point(Coordinate)

Implicit convert a Coordinate value to a Point object.

implicit operator Coordinate(Point)

Implicit convert a Point value to a Coordinate object.