Click or drag to resize

PointFSubtraction Operator

Overload List
  NameDescription
Public operatorStatic memberSubtraction(PointF, PointF)
Operator to return the difference between two points as a PointF
Public operatorStatic memberSubtraction(PointF, SizeF)
Operator to subtract a size from a point
Public operatorStatic memberSubtraction(PointF, Single)
Operator to subtract a value from both the X and Y co-ordinates of a point
Top
See Also