Convert object as a Point2D (do not use Z value)

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public Point2D ToPoint2D()
Visual Basic (Declaration)
Public Function ToPoint2D As Point2D
Visual C++
public:
Point2D ToPoint2D()

Return Value

new Point2D

See Also