| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.Point
Field Summary | |
| x: Number | |
| Gets or sets the x-coordinate of this Point. | |
| y: Number | |
| Gets or sets the y-coordinate of this Point. | |
Constructor | |
| public | Point ( x: Number, y: Number) |
| Initializes a new instance of the Point class with the specified coordinates. | |
Method Summary | |
| public | clone ( ): Object |
| Creates a shallow copy of the current Object. | |
| public | equals ( p: Point ): Boolean |
| Specifies whether this Point contains the same coordinates as the specified Object. | |
| var x: Number |
| Gets or sets the x-coordinate of this Point. |
| var y: Number |
| Gets or sets the y-coordinate of this Point. |
|
| Initializes a new instance of the Point class with the specified coordinates. | ||||||
|
|
| Creates a shallow copy of the current Object. |
|
|
| Specifies whether this Point contains the same coordinates as the specified Object. |