Show / Hide Table of Contents

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
Double x

The x component of a point. Default is 0.5.

Double y

The y component of a point. Default is 0.5.

KmlUnitsType xUnits

Units in which the x value is specified. Default is Fraction.

KmlUnitsType yUnits

Units in which the y value is specified. Default is Fraction.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.6 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 100.15
In This Article
Back to top Copyright © 2022 Esri.