PointF Methods
.NET Framework 4
The PointF type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(PointF, Size) | Translates a given PointF by the specified Size. |
|
Add(PointF, SizeF) | Translates a given PointF by a specified SizeF. |
|
Equals | Specifies whether this PointF contains the same coordinates as the specified Object. (Overrides ValueType.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns a hash code for this PointF structure. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Subtract(PointF, Size) | Translates a PointF by the negative of a specified size. |
|
Subtract(PointF, SizeF) | Translates a PointF by the negative of a specified size. |
|
ToString | Converts this PointF to a human readable string. (Overrides ValueType.ToString().) |