GetCollectionTileNoTmsByScaleOptions.Buffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Buffer on each side of the given tile. It must be a multiple of 0.5. Output
tilesize will be expanded to tilesize + 2 * buffer (e.g 0.5 = 257x257,
1.0 = 258x258).
public float? Buffer { get; set; }
member this.Buffer : Nullable<single> with get, set
Public Property Buffer As Nullable(Of Single)