Class KmlScale
A KML scale object.
Implements
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlScale : IEquatable<KmlScale>
Remarks
Defines a scale factor in x, y, and z dimensions.
Constructors
| Name | Description |
|---|---|
| KmlScale(double, double, double) | Initializes a new instance of the KmlScale class with the specified x, y, and z scale factor values. |
Properties
| Name | Description |
|---|---|
| ScaleX | Gets the scale factor applied to the x dimension. |
| ScaleY | Gets the scale factor applied to the y dimension. |
| ScaleZ | Gets the scale factor applied to the z dimension. |
Methods
| Name | Description |
|---|---|
| Equals(KmlScale?) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object?) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |