Translates a PointD by a given Size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Operator + ( _ pt As PointD, _ sz As SizeD _ ) As PointD |
C# |
---|
public static PointD operator +( PointD pt, SizeD sz ) |
Visual C++ |
---|
public: static PointD operator +( PointD pt, SizeD sz ) |
JavaScript |
---|
|
Parameters
- pt
- Type: EGIS.ShapeFileLib..::..PointD
The PointD to translate.
- sz
- Type: EGIS.ShapeFileLib..::..SizeD
A Size that specifies the pair of numbers to add to the coordinates of pt.