 | FS_POINTFAddition 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 add to the coordinates of pt.
Return Value
FS_POINTFThe translated
FS_POINTF.
See Also