 | FS_POINTFSubtraction Operator |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_POINTF operator -(
FS_POINTF pt,
FS_POINTF r
)
Public Shared Operator - (
pt As FS_POINTF,
r As FS_POINTF
) As FS_POINTF
public:
static FS_POINTF operator -(
FS_POINTF pt,
FS_POINTF r
)
static let inline (-)
pt : FS_POINTF *
r : FS_POINTF : FS_POINTF
J# does not support overloaded operators.
JavaScript does not support overloaded operators.
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_POINTFA
FS_POINTF structure that is translated by the negative of a given
FS_POINTF structure.
See Also