Skip to main content
A newer version of this page is available.
All docs
V18.2

MultiScaleTileSource(Int32, Int32, 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(
    int imageWidth,
    int imageHeight,
    int tileWidth,
    int tileHeight,
    int tileOverlap
)

Parameters

Name Type Description
imageWidth Int32

An integer value which specifies the width of the image.

imageHeight Int32

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