Initializes a Windows.Foundation.Point structure that
contains the specified values.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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