Translates a PointD by the negative of 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
C#
public static PointD operator -(
	PointD pt,
	Size sz
)
Visual C++
public:
static PointD operator -(
	PointD pt, 
	Size sz
)
JavaScript
JavaScript does not support overloaded operators.

Parameters

pt
Type: EGIS.ShapeFileLib..::..PointD
A PointD to compare.
sz
Type: System.Drawing..::..Size
A PointD to compare.

Return Value

The translated PointD.

See Also