Points

Each point is defined by an X and a Y coordinate.

It is common practice (but not necessary) to put a comma between the X and Y coordinates and a space between the points, as in this example: 100,10 250,150 200,110

Schema: tchmi:general#/definitions/String

Attribute getter

public getPoints(): string | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string, null, undefined

The current value of the attribute.

Attribute setter

public setPoints(valueNew: string | null): void;

Parameter

Name

Type

Description

valueNew

string, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Points 1:

Available from 1.8