System.Windows.Media.MultiScaleTileSource.MultiScaleTileSource C# (CSharp) Method

MultiScaleTileSource() public method

public MultiScaleTileSource ( int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap ) : Mono
imageWidth int
imageHeight int
tileWidth int
tileHeight int
tileOverlap int
return Mono
		public MultiScaleTileSource (int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap) : this ((long)imageWidth, (long)imageHeight, tileWidth, tileHeight, tileOverlap)
		{
		}

Same methods

MultiScaleTileSource::MultiScaleTileSource ( long imageWidth, long imageHeight, int tileWidth, int tileHeight, int tileOverlap ) : Mono