bonk-docs/content/shapes/point.md

12 lines
178 B
Markdown
Raw Permalink Normal View History

2019-12-02 06:43:33 +00:00
---
title: "Point"
date: 2019-12-01T22:41:00-08:00
weight: 6
---
To define a Point, pass either a **Position2D** struct or two integers.
```cs
var point = new Point(1, 2);
```