Table of Contents

Constructor PointD

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

PointD(double, double)

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

public PointD(double x, double y)

Parameters

x double
y double

PointD(double)

Initializes a new instance of the PointD class with the specified coordinate.

public PointD(double xy)

Parameters

xy double

PointD(Vector2)

Initializes a new instance of the PointD struct from the specified Vector2.

public PointD(Vector2 vector)

Parameters

vector Vector2