Point

Creates a point.

A point is a geometric entity, representing a location in the two-dimensional cartesian plane.

Inputs

X (Type: Int32)

The horizontal coordinate.

Y (Type: Int32)

The vertical coordinate.

Outputs

PointInt32 (Type: PointInt32)

The point.