Class KmlCoordinate

KmlCoordinate class

Specifies an image coordinate system.

public class KmlCoordinate

Constructors

NameDescription
KmlCoordinate()The default constructor.

Properties

NameDescription
X { get; set; }The X component of a point. Default value is 0.5.
XUnits { get; set; }Units in which the X value is specified. Default value is Fraction.
Y { get; set; }The Y component of a point. Default value is 0.5.
YUnits { get; set; }Units in which the Y value is specified. Default value is Fraction.

See Also