Back to Devexpress

LayerBase.MapUnitToScreenPoint(MapUnit, Boolean) Method

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-dot-mapunittoscreenpoint-x28-devexpress-dot-xpf-dot-map-dot-mapunit-system-dot-boolean-x29.md

latest1.5 KB
Original Source

LayerBase.MapUnitToScreenPoint(MapUnit, Boolean) Method

Converts the specified map unit into the point on a screen.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Point MapUnitToScreenPoint(
    MapUnit mapUnit,
    bool useSpringsAnimation
)
vb
Public Function MapUnitToScreenPoint(
    mapUnit As MapUnit,
    useSpringsAnimation As Boolean
) As Point

Parameters

NameTypeDescription
mapUnitMapUnit

A MapUnit object to be converted.

| | useSpringsAnimation | Boolean |

true to use springs animation; otherwise, false.

|

Returns

TypeDescription
Point

A Point value.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace