[]
        
(Showing Draft Content)

C1.Util.DX.Point2F.op_Addition

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
Type Name Description
Point2F p
Size2F sz
Returns
Type Description
Point2F

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
Type Name Description
Point2F point1
Point2F point2
Returns
Type Description
Point2F

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
Type Name Description
Point2F pt
Vector2 offset
Returns
Type Description
Point2F