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 |
---|---|---|
System.Double | altitude | Altitude angle of the light source. |
System.Double | azimuth | Azimuth angle of the light source, measured clockwise from north. |
System.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. |
System.Double | pixelSizeFactor | Pixel size factor, default is 1. |
System.Double | pixelSizePower | Pixel size power value, default is 1. |
System.Int32 | nbits | Output bit depth, default is 8-bit. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |