KmlCoordinate Class

Summary: Specifies an image coordinate system.

Module: aspose.gis.formats.kml.styles

Full Name: aspose.gis.formats.kml.styles.KmlCoordinate

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
KmlCoordinate()Initializes a new instance of the KmlCoordinate class

Properties

NameTypeAccessDescription
xdoubler/wThe X component of a point. Default value is 0.5.
x_unitsKmlUnitsr/wUnits in which the X value is specified. Default value is KmlUnits.FRACTION.
ydoubler/wThe Y component of a point. Default value is 0.5.
y_unitsKmlUnitsr/wUnits in which the Y value is specified. Default value is KmlUnits.FRACTION.

Constructor: KmlCoordinate()

 KmlCoordinate() 

Initializes a new instance of the KmlCoordinate class