Table of Contents

Constructor XYPoint

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

XYPoint(double, double)

Initializes a new instance of the XYPoint class.

public XYPoint(double x, double y)

Parameters

x double

The x value.

y double

The y value.