Click or drag to resize

FS_POINTFAddition Operator

Translates a FS_POINTF by a given FS_POINTF.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_POINTF operator +(
	FS_POINTF pt,
	FS_POINTF r
)

Parameters

pt  FS_POINTF
The FS_POINTF to translate.
r  FS_POINTF
The FS_POINTF to add to the coordinates of pt.

Return Value

FS_POINTF
The translated FS_POINTF.
See Also