Constructor KmlScale
KmlScale(Double, Double, Double)
Initializes a new instance of the KmlScale class with the specified x, y, and z scale factor values.
Declaration
public KmlScale(double scaleX, double scaleY, double scaleZ)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | scaleX | Scale factor of the x dimension. |
| System.Double | scaleY | Scale factor of the y dimension. |
| System.Double | scaleZ | Scale factor of the z dimension. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |