Class KmlScale
A KML scale object.
Inheritance
System.Object
KmlScale
Implements
System.IEquatable<KmlScale>
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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) | |
Equals(Object) | |
GetHashCode() |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |