Constructor HillshadeRenderer
HillshadeRenderer(Double, Double, Double, SlopeType, Double, Double, Int32)
Initializes a new instance of the HillshadeRenderer class.
Declaration
public HillshadeRenderer(double altitude, double azimuth, double zfactor, SlopeType slopeType, double pixelSizeFactor, double pixelSizePower, int nbits)
Parameters
Type | Name | Description |
---|---|---|
Double | altitude | Altitude angle of the light source. |
Double | azimuth | Azimuth angle of the light source, measured clockwise from north. |
Double | zfactor | Factor to convert z unit to x,y units, default is 1. |
SlopeType | slopeType | The manner used to express slope in an elevation surface. |
Double | pixelSizeFactor | Pixel size factor, default is 1. |
Double | pixelSizePower | Pixel size power value, default is 1. |
Int32 | nbits | Output bit depth, default is 8-bit. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |