Skip to main content
A newer version of this page is available. .

MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32) Constructor

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

Namespace: DevExpress.Xpf.Map

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

Declaration

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

Parameters

Name Type Description
imageWidth Int64

An integer value which specifies the width of the image.

imageHeight Int64

An integer value which specifies the height of the image.

tileWidth Int32

An integer value which specifies the width of the tile.

tileHeight Int32

An integer value which specifies the height of the tile.

tileOverlap Int32

An integer value which specifies the tile to overlap.

See Also