Table of Contents

Class XYPoint

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

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.