Click or drag to resize

FS_POINTFSubtraction Operator

Translates a FS_POINTF by the negative of 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 substract from the coordinates of pt.

Return Value

FS_POINTF
A FS_POINTF structure that is translated by the negative of a given FS_POINTF structure.
See Also