Point Members
.NET Framework 1.1
Public Constructors
Point Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the Point class with the specified coordinates. |
Public Fields
![]() Empty Supported by the .NET Compact Framework. | Represents a null Point. |
Public Properties
IsEmpty Supported by the .NET Compact Framework. | Gets a value indicating whether this Point is empty. |
X Supported by the .NET Compact Framework. | Gets or sets the x-coordinate of this Point. |
Y Supported by the .NET Compact Framework. | Gets or sets the y-coordinate of this Point. |
Public Methods
![]() Ceiling | Converts the specified PointF object to a Point object by rounding the values of the PointF object to the next higher integer values. |
Equals Supported by the .NET Compact Framework. | Overridden. Specifies whether this Point contains the same coordinates as the specified Object. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns a hash code for this Point object. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
Offset Supported by the .NET Compact Framework. | Translates this Point by the specified amount. |
![]() Round | Converts the specified PointF object to a Point object by rounding the Point object values to the nearest integer. |
ToString Supported by the .NET Compact Framework. | Overridden. Converts this Point to a human readable string. |
![]() Truncate | Converts the specified PointF object to a Point object by truncating the values of the Point object. |
Public Operators and Type Conversions
![]() Addition Operator | Translates a Point by a given Size. |
![]() Equality Operator Supported by the .NET Compact Framework. | Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal. |
![]() Inequality Operator Supported by the .NET Compact Framework. | Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal. |
![]() Subtraction Operator | Translates a Point by the negative of a given Size. |
![]() Point to Size Conversion | Creates a Size with the coordinates of the specified Point. |
![]() Point to PointF Conversion | Creates a PointF with the coordinates of the specified Point. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |


