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
| Name | Description |
|---|---|
| KmlCoordinate() | Initializes a new instance of the KmlCoordinate class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| x | double | r/w | The X component of a point. Default value is 0.5. |
| x_units | KmlUnits | r/w | Units in which the X value is specified. Default value is KmlUnits.FRACTION. |
| y | double | r/w | The Y component of a point. Default value is 0.5. |
| y_units | KmlUnits | r/w | Units in which the Y value is specified. Default value is KmlUnits.FRACTION. |
Constructor: KmlCoordinate()
KmlCoordinate()
Initializes a new instance of the KmlCoordinate class