Click or drag to resize

PointFAddition Operator

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