Translates a PointD by the negative of a given Size.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Operator - ( _ pt As PointD, _ sz As Size _ ) As PointD |
C# |
---|
public static PointD operator -( PointD pt, Size sz ) |
Visual C++ |
---|
public: static PointD operator -( PointD pt, Size sz ) |
JavaScript |
---|
|
Parameters
- pt
- Type: EGIS.ShapeFileLib..::..PointD
A PointD to compare.
- sz
- Type: System.Drawing..::..Size
A PointD to compare.