Translates a given PointD by the specified Size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function Add ( _ pt As PointD, _ sz As Size _ ) As PointD |
C# |
---|
public static PointD Add( PointD pt, Size sz ) |
Visual C++ |
---|
public: static PointD Add( PointD pt, Size sz ) |
JavaScript |
---|
EGIS.ShapeFileLib.PointD.add = function(pt, sz); |
Parameters
- pt
- Type: EGIS.ShapeFileLib..::..PointD
The PointD to translate.
- sz
- Type: System.Drawing..::..Size
The Size that specifies the numbers to add to the coordinates of pt.