operator + Operator
operator +(Point2F, Size2F)
Returns the result of addition of size to point.
Declaration
public static Point2F operator +(Point2F p, Size2F sz)
Parameters
Returns
operator +(Point2F, Point2F)
Returns the result of addition of point2 to point1.
Declaration
public static Point2F operator +(Point2F point1, Point2F point2)
Parameters
Returns
operator +(Point2F, Vector2)
Returns the result of addition of the given offset to the specified point.
Declaration
public static Point2F operator +(Point2F pt, Vector2 offset)
Parameters
Returns