PointF Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(PointF, Size)

Translates a PointF by a given Size.

System_CAPS_puboperatorSystem_CAPS_staticAddition(PointF, SizeF)

Translates the PointF by the specified SizeF.

System_CAPS_puboperatorSystem_CAPS_staticEquality(PointF, PointF)

Compares two PointF structures. The result specifies whether the values of the X and Y properties of the two PointF structures are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(PointF, PointF)

Determines whether the coordinates of the specified points are not equal.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(PointF, Size)

Translates a PointF by the negative of a given Size.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(PointF, SizeF)

Translates a PointF by the negative of a specified SizeF.

Return to top
Show: