Class Annotations.Point
A utility class that represents a point with an x and y coordinate.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								Annotations.Point(x, y)
							 
							Creates a new Point with an x and y coordinate. 
						 | 
					
					Class Detail
				
				
				
						Annotations.Point(x, y)
				
				
				
					Creates a new Point with an x and y coordinate.
					
				
				
				
				
				
					
						- Parameters:
 - {number} x
 - the x-coordinate
 - {number} y
 - the y-coordinate
 
