PointF Methods

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdd(PointF, Size)

Translates a given PointF by the specified Size.

System_CAPS_pubmethodSystem_CAPS_staticAdd(PointF, SizeF)

Translates a given PointF by a specified SizeF.

System_CAPS_pubmethodEquals(Object^)

Specifies whether this PointF contains the same coordinates as the specified Object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for this PointF structure.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSubtract(PointF, Size)

Translates a PointF by the negative of a specified size.

System_CAPS_pubmethodSystem_CAPS_staticSubtract(PointF, SizeF)

Translates a PointF by the negative of a specified size.

System_CAPS_pubmethodToString()

Converts this PointF to a human readable string.(Overrides ValueType::ToString().)

Return to top
Show: