Converts the specified SizeD to a PointD.

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

Syntax

Visual Basic
Public Shared Narrowing Operator CType ( _
	size As SizeD _
) As PointD
C#
public static explicit operator PointD (
	SizeD size
)
Visual C++
static explicit operator PointD (
	SizeD size
)
JavaScript
JavaScript does not support the declaration of new casting operators.

Parameters

size
Type: EGIS.ShapeFileLib..::..SizeD
The SizeD structure to be converted

Return Value

The PointD structure to which this operator converts.

See Also