ScreenPoint represents a point in terms of pixels relative to the top-left corner of the view.
Constructors
new ScreenPoint(properties)
Parameter:
properties Object See the properties for a list of all the properties that may be passed into the constructor. |
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | |
---|---|---|---|
String | The name of the class. more details | more details | |
Number | X-coordinate in pixels relative to the top-left corner of the view. more details | more details | |
Number | Y-coordinate in pixels relative to the top-left corner of the view. more details | more details |
Property Details
declaredClassStringreadonly
The name of the class. The declared class name is formatted as
esri.folder.className
.X-coordinate in pixels relative to the top-left corner of the view.
Y-coordinate in pixels relative to the top-left corner of the view.