KmlCoordinate Class

Specifies an image coordinate system.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.Formats.Kml.StylesKmlCoordinate

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class KmlCoordinate

The KmlCoordinate type exposes the following members.

Constructors
  NameDescription
Public methodKmlCoordinate
Initializes a new instance of the KmlCoordinate class
Properties
  NameDescription
Public propertyX
The X component of a point. Default value is 0.5.
Public propertyXUnits
Units in which the X value is specified. Default value is Fraction.
Public propertyY
The Y component of a point. Default value is 0.5.
Public propertyYUnits
Units in which the Y value is specified. Default value is Fraction.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also