C# Class Google.KML.geScreenOverlay

This element draws an image overlay fixed to the screen. Sample uses for ScreenOverlays are compasses, logos, and heads-up displays. ScreenOverlay sizing is determined by the element. Positioning of the overlay is handled by mapping a point in the image specified by to a point on the screen specified by . Then the image is rotated by degrees about a point relative to the screen specified by .
Inheritance: geOverlay
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
OverlayXY geVec2
RotationXY geVec2
ScreenXY geVec2
Size geVec2

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geScreenOverlay ( ) : System

Method Details

ToKML() public method

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

geScreenOverlay() public method

public geScreenOverlay ( ) : System
return System

Property Details

OverlayXY public_oe property

public geVec2,Google.KML OverlayXY
return geVec2

RotationXY public_oe property

public geVec2,Google.KML RotationXY
return geVec2

ScreenXY public_oe property

public geVec2,Google.KML ScreenXY
return geVec2

Size public_oe property

public geVec2,Google.KML Size
return geVec2