Point Constructor
.NET Framework (current version)
Initializes a new instance of the Point class with the specified coordinates.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Point(Int32) | Initializes a new instance of the Point class using coordinates specified by an integer value. |
![]() | Point(Int32, Int32) | Initializes a new instance of the Point class with the specified coordinates. |
![]() | Point(Size) |
Show:
