Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ltwfPoint Client Class
This object mimics the Point in syntax, for use on the client side.

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.