C# Class Google.KML.geIconStyle

Inheritance: geColorStyle
Show file 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 property

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

Icon public property

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

Scale public property

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