Skip to main content
A newer version of this page is available. .

MapUnit.Implicit(MapUnit to Point) Operator

Converts the specified MapUnit object to a Point object.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public static implicit operator Point(MapUnit unit)

Parameters

Name Type Description
unit MapUnit

The object to be converted.

Returns

Type Description
Point

The result of conversion.

See Also