Sys.UI.Point x Property
Gets the x-coordinate of a Sys.UI.Point object in pixels. This property is read-only.
var xVar = pointVar.x;
Return Value
A number that represents the x-coordinate of the Point object in pixels.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Gets the x-coordinate of a Sys.UI.Point object in pixels. This property is read-only.
var xVar = pointVar.x;
A number that represents the x-coordinate of the Point object in pixels.