Translates a
PointD by a given
Size.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Operator + ( _
pt As PointD, _
sz As Size _
) As PointD |
Visual C++ |
---|
public:
static PointD operator +(
PointD pt,
Size sz
) |
JavaScript |
---|
JavaScript does not support overloaded operators. |
Parameters
- pt
- Type: EGIS.ShapeFileLib..::..PointD
The PointD to translate.
- sz
- Type: System.Drawing..::..Size
A Size that specifies the pair of numbers to add to the coordinates of pt.
Return Value
Returns the translated
PointD.
See Also