Skip to main content
All docs
V25.1
  • MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32, Int32) Constructor

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

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public MultiScaleTileSource(
        long imageWidth,
        long imageHeight,
        int tileWidth,
        int tileHeight,
        int tileOverlap,
        int maxZoomLevel = 0
    )

    Parameters

    Name Type
    imageWidth Int64
    imageHeight Int64
    tileWidth Int32
    tileHeight Int32
    tileOverlap Int32

    Optional Parameters

    Name Type Default
    maxZoomLevel Int32 0
    See Also