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
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
OverlayXY geVec2
RotationXY geVec2
ScreenXY geVec2
Size geVec2

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void
geScreenOverlay ( ) : System

Method Details

ToKML() public méthode

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

geScreenOverlay() public méthode

public geScreenOverlay ( ) : System
Résultat System

Property Details

OverlayXY public_oe property

public geVec2,Google.KML OverlayXY
Résultat geVec2

RotationXY public_oe property

public geVec2,Google.KML RotationXY
Résultat geVec2

ScreenXY public_oe property

public geVec2,Google.KML ScreenXY
Résultat geVec2

Size public_oe property

public geVec2,Google.KML Size
Résultat geVec2