Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

ScreenPoint

The ScreenPoint class represent a point on the viewport of the map by an X and Y coordinate in pixels.


Summary
The ScreenPoint class represent a point on the viewport of the map by an X and Y coordinate in pixels.
The ScreenPoint constructor; Creates a new ScreenPoint instance.
An integer that contains the x point.
An integer that contains the y point.

Constructors

ScreenPoint

ScreenPoint(int x
iny y)

The ScreenPoint constructor; Creates a new ScreenPoint instance.

Parameters

xThe x coordinate.
yThe y coordinate.

Properties

x

int x

An integer that contains the x point. 

y

int y

An integer that contains the y point.