PointF Methods
.NET Framework (current version)
Namespace:
System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Add(PointF, Size) | |
![]() ![]() | Add(PointF, SizeF) | |
![]() | Equals(Object^) | Specifies whether this PointF contains the same coordinates as the specified Object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for this PointF structure.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | 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().) |
Show:

