MultiScaleTileSource(Int64, Int64, Int32, Int32, Int32) Constructor
In This Article
Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MultiScaleTileSource(
long imageWidth,
long imageHeight,
int tileWidth,
int tileHeight,
int tileOverlap
)
#Parameters
Name | Type | Description |
---|---|---|
image |
Int64 | An integer value which specifies the width of the image. |
image |
Int64 | An integer value which specifies the height of the image. |
tile |
Int32 | An integer value which specifies the width of the tile. |
tile |
Int32 | An integer value which specifies the height of the tile. |
tile |
Int32 | An integer value which specifies the tile to overlap. |
See Also