C# Class Google.KML.geOverlay

An abstract class for images that are drawn on the ground or on the screen
Inheritance: geFeature
显示文件 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_oe property

public int DrawOrder
return int

Icon public_oe property

public geIcon,Google.KML Icon
return geIcon

SysColor public_oe property

public geColor,Google.KML SysColor
return geColor