KitchenDraw SDK 2
Show / Hide Table of Contents

Constructor Point

Point(int, int)

Constructs a point from given coordinates.

Declaration
public Point(int x, int y)
Parameters
Type Name Description
int x
int y

Point(string)

Constructs a point from given point string.

Declaration
public Point(string pointString)
Parameters
Type Name Description
string pointString

This string is a part of outline string format. Currently it defines point in X,Y format where X and Y are integers.

In this article
Back to top Generated by DocFX