Translates a PointD by the negative of a specified size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Subtract ( _ pt As PointD, _ sz As Size _ ) As PointD |
| C# |
|---|
public static PointD Subtract( PointD pt, Size sz ) |
| Visual C++ |
|---|
public: static PointD Subtract( PointD pt, Size sz ) |
Parameters
- pt
- Type: EGIS.ShapeFileLib..::.PointD
The PointD to translate.
- sz
- Type: System.Drawing..::.Size
The Size that specifies the numbers to subtract from the coordinates of pt.