Skip to main content

MapTileSourceBase(Int64, Int64, Int32, Int32) Constructor

Initializes a new instance of the MapTileSourceBase class with the specified settings.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapTileSourceBase(
    long imageWidth,
    long imageHeight,
    int tileWidth,
    int tileHeight
)

Parameters

Name Type Description
imageWidth Int64

A Int64 value specifying whole width of a map.

imageHeight Int64

A Int64 value specifying whole height of a map.

tileWidth Int32

A Int32 value specifying tile width.

tileHeight Int32

A Int32 value specifying tile height.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MapTileSourceBase(Int64, Int64, Int32, Int32) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also