Class KmlImageCoordinate
Specifies an image coordinate with units.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlImageCoordinate
Remarks
According to the OGC 2.3 specification in section 16.26.2 (http://docs.opengeospatial.org/is/12-007r2/12-007r2.html#1254) "Specifies an image coordinate system. The x and y values may each be specified in three different ways - as pixels (pixels), as fractions of the icon (fraction), or as inset pixels (insetPixels), which is an offset in pixels from the upper right corner of the icon. They may or may not be specified in a consistent manner - for example, x can be specified in pixels and y as a fraction."
Use the KmlUnitsType to establish the KML image coordinate system. The Pixels and InsetPixels image coordinate systems are defined with device-independent pixels (DIPs).
Constructors
Name | Description |
---|---|
KmlImageCoordinate(Double, Double, KmlUnitsType, KmlUnitsType) | Initializes a new instance of the KmlImageCoordinate class. |
Properties
Name | Description |
---|---|
X | Gets the X component of a point, expressed in XUnits. |
XUnits | Gets the units in which the X value is specified. |
Y | Gets the Y component of a point, expressed in YUnits. |
YUnits | Gets the units in which the Y value is specified. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.6 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 100.15 |