Class KmlCoordinate
KmlCoordinate class
Specifies an image coordinate system.
public class KmlCoordinate
Constructors
Name | Description |
---|---|
KmlCoordinate() | The default constructor. |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Gis.Formats.Kml.Styles
- assembly Aspose.GIS