Table of Contents

Constructor Point

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Point(double, double)

Initializes a new instance of the Point class with the specified coordinates.

public Point(double x, double y)

Parameters

x double

The X-coordinate of the point.

y double

The Y-coordinate of the point.