operator + Operator
operator +(Point2F, Size2F)
Returns the result of addition of size to point.
Declaration
public static Point2F operator +(Point2F p, Size2F sz)
Public Shared Operator +(p As Point2F, sz As Size2F) As Point2F
Parameters
Returns
operator +(Point2F, Point2F)
Returns the result of addition of point2 to point1.
Declaration
public static Point2F operator +(Point2F point1, Point2F point2)
Public Shared Operator +(point1 As Point2F, point2 As Point2F) As Point2F
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)
Public Shared Operator +(pt As Point2F, offset As Vector2) As Point2F
Parameters
Returns