Skip to main content

MapUnit.Implicit(MapUnit to Point) Operator

Converts the specified MapUnit object to a Point object.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: 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