M_PurpleKingdomGames_Core_Point2D_op_Addition - PurpleKingdomGames/CoreLibs GitHub Wiki

Point2D.Addition Operator

Adds 2 points together by adding the X and Y positions

Namespace: PurpleKingdomGames.Core
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static Point2D operator +(
	Point2D point1,
	Point2D point2
)

Parameters

 

point1
Type: PurpleKingdomGames.Core.Point2D
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Addition(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]
point2
Type: PurpleKingdomGames.Core.Point2D
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Addition(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]

Return Value

Type: Point2D
[Missing documentation for "M:PurpleKingdomGames.Core.Point2D.op_Addition(PurpleKingdomGames.Core.Point2D,PurpleKingdomGames.Core.Point2D)"]

See Also

Reference

Point2D Structure
PurpleKingdomGames.Core Namespace

⚠️ **GitHub.com Fallback** ⚠️