Point2D Constructor (Double, Double)C# SDK for The Eye Tribe Tracker
Initializes a new instance of the Point2D class

Namespace: TETCSharpClient.Data
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Point2D(
	double x,
	double y
)

Parameters

x
Type: System Double

[Missing <param name="x"/> documentation for "M:TETCSharpClient.Data.Point2D.#ctor(System.Double,System.Double)"]

y
Type: System Double

[Missing <param name="y"/> documentation for "M:TETCSharpClient.Data.Point2D.#ctor(System.Double,System.Double)"]

See Also