Initializes a new instance of the Point class with the same coordinates as an
existing Coordinate object.
Syntax
Parameters
- coordinate
-
A object of type Coordinate whose X, Y coordinates are used to initialize the
properties of the new Point instance.
Exceptions
Exception | Description |
ArgumentNullException | Null coordinate. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also