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 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.6 - 200.8
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.