C# Class Google.KML.geOverlay

An abstract class for images that are drawn on the ground or on the screen
Inheritance: geFeature
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
DrawOrder int
Icon geIcon
SysColor geColor

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render to KML

Method Details

ToKML() public method

Render to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

DrawOrder public property

public int DrawOrder
return int

Icon public property

public geIcon,Google.KML Icon
return geIcon

SysColor public property

public geColor,Google.KML SysColor
return geColor