Class XYPoint
Represents a 2D point represented using x, y coordinates.
public class XYPoint
- Inheritance
-
XYPoint
- Inherited Members
- Extension Methods
Constructors
- XYPoint(double, double)
Initializes a new instance of the XYPoint class.
Properties
- X
Gets the X value.
- Y
Gets the Y value.