Implicit Type Conversion Operator (LocationProperty)
Implicit cast of a Point to a LocationProperty. This is the same as calling new LocationProperty(Point).

C# Syntax

public LocationProperty operator implicit( 
   Point loc
)

Parameters

loc
The Point instance to be cast to the LocationProperty.