Point.

Point(double, double) Constructor

Summary

Initializes a new instance of the Point structure.
Namespace
Avalonia
Containing Type
Point

Syntax

public Point(double x, double y)

Parameters

Name Type Description
x double The X position.
y double The Y position.

Return Value

Type Description
void