C# Class Google.KML.geIconStyle

Inheritance: geColorStyle
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
HotSpot geVec2
Icon geIcon
Scale System.Single

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geIconStyle ( ) : System

Method Details

ToKML() public method

Renders the object and any children as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geIconStyle() public method

public geIconStyle ( ) : System
return System

Property Details

HotSpot public_oe property

The position of the icon bounding box around a point
public geVec2,Google.KML HotSpot
return geVec2

Icon public_oe property

The icon to display
public geIcon,Google.KML Icon
return geIcon

Scale public_oe property

relative size of the icon
public Single,System Scale
return System.Single