Show / Hide Table of Contents

Class KmlImageCoordinate

Specifies an image coordinate with units.

Inheritance
System.Object
KmlImageCoordinate
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
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 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

KmlUnitsType
HotSpot

Applies to

TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.