Constructor
| Server Name | Client(JavaScript) Syntax | Description | 
|---|---|---|
| N/A | ltwfPoint(x : int, y : int) | Creates a new ltwfPoint given the x and y coordinates. | 
Properties
| Server Name | Client(JavaScript) Syntax | Description | 
|---|---|---|
| N/A | x | Gets or sets the x-coordinate of this ltwfPoint object. | 
| N/A | y | Gets or sets the y-coordinate of this ltwfPoint object. |