Click or drag to resize

PointD Constructor

Initializes a new instance of the PointD class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public PointD(
	double x,
	double y
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.PointD.#ctor(System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.PointD.#ctor(System.Double,System.Double)"]

See Also