Show / Hide Table of Contents

Class HillshadeRenderer

A hillshade renderer uses a grayscale representation of a 3D surface to help visualize the raster data in a RasterLayer.

Inheritance
System.Object
RasterRenderer
HillshadeRenderer
BlendRenderer
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class HillshadeRenderer : RasterRenderer
Remarks

A hillshade (also known as shaded relief) is a grayscale representation of a 3D surface, with the sun's relative position taken into account for shading the image. The Altitude and Azimuth properties specify the light's position.

Constructors

Name Description
HillshadeRenderer(Double, Double, Double, SlopeType, Double, Double, Int32)

Initializes a new instance of the HillshadeRenderer class.

Properties

Name Description
Altitude

Gets the altitude angle in degrees.

Azimuth

Gets the azimuth angle in degrees.

OutputBitDepth

Gets the output bit depth (pixel depth) of a raster cell.

PixelSizeFactor

Gets the pixel size factor.

PixelSizePower

Gets the pixel size power.

SlopeType

Gets the manner in which slope is calculated.

Zfactor

Gets the Z factor.

See Also

Renderer

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.