Constructor KmlImageCoordinate
KmlImageCoordinate(Double, Double, KmlUnitsType, KmlUnitsType)
Initializes a new instance of the KmlImageCoordinate class.
Declaration
public KmlImageCoordinate(double x, double y, KmlUnitsType xUnits, KmlUnitsType yUnits)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x component of a point. Default is 0.5. |
System.Double | y | The y component of a point. Default is 0.5. |
KmlUnitsType | xUnits | Units in which the |
KmlUnitsType | yUnits | Units in which the |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |