Class RasterMapResampling
RasterMapResampling class
This class describes how to resample a raster layer when rendering a map.
public class RasterMapResampling
Constructors
Properties
Name | Description |
---|
Height { get; set; } | Specifies raster height on a map in pixels and columns. If the value is set to 0, the height is automatically computed. The default value is “0”. |
Width { get; set; } | Specifies raster width on a map in pixels and columns. If the value is set to 0, the width is automatically computed. The default value is “0”. |
See Also