Point Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(Point, Size)

Translates a Point by a given Size.

System_CAPS_puboperatorSystem_CAPS_staticEquality(Point, Point)

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

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Point to Size)

Converts the specified Point structure to a Size structure.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Point to PointF)

Converts the specified Point structure to a PointF structure.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Point, Point)

Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(Point, Size)

Translates a Point by the negative of a given Size.

Return to top
Show: