Click or drag to resize
Point Constructor
Initializes a Windows.Foundation.Point structure that contains the specified values.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Point(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x-coordinate value of the Windows.Foundation.Point structure.
y
Type: SystemDouble
The y-coordinate value of the Windows.Foundation.Point structure.
See Also