Translates a PointD by the negative of a given Size.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
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
)

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