PointF::Subtraction Operator

 

Translates a PointF by the negative of a specified size.

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

NameDescription
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: