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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

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