FPointAddition Operator

Return the result of the values of two points added together.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint operator +(
	FPoint pointA,
	FPoint pointB
)

Parameters

pointA  FPoint
First point to add.
pointB  FPoint
Second point to add.

Return Value

FPoint
Result of the addition.

See Also