The Point type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Point | Initializes a new instance of the Point class | |
| Point(Int32, Int32) | Initializes a new instance of the Point class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| FromPoint |
Converts from System Point.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToPoint |
Converts to System Point.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| IsEmpty |
Property returns true when the Point has both a X and Y of 0; otherwise, false. Read-only.
| |
| X |
Gets or sets the Point X.
| |
| Y |
Gets or sets the Point Y.
|
See Also