Show / Hide Table of Contents

Class PointCloudStretchRenderer

A renderer for point clouds using color stops.

Inheritance
object
PointCloudRenderer
PointCloudStretchRenderer
PointCloudRenderer.AttributeName
PointCloudRenderer.ColorModulation
PointCloudRenderer.PointsPerInch
PointCloudRenderer.SizeAlgorithm
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.PointCloud
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PointCloudStretchRenderer : PointCloudRenderer
Remarks

This renderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. It allows you to map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.

Constructors

Name Description
PointCloudStretchRenderer(string, IEnumerable<PointCloudColorStop>)

Initializes a new instance of the PointCloudStretchRenderer class.

Properties

Name Description
Stops

Gets the collection of stops that define colors and point values to control rendering.

TransformType

Gets or sets the type of field transform applied by the renderer.

Applies to

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.