C# 클래스 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 .
상속: geOverlay
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
OverlayXY geVec2
RotationXY geVec2
ScreenXY geVec2
Size geVec2

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void
geScreenOverlay ( ) : System

메소드 상세

ToKML() 공개 메소드

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

geScreenOverlay() 공개 메소드

public geScreenOverlay ( ) : System
리턴 System

프로퍼티 상세

OverlayXY 공개적으로 프로퍼티

public geVec2,Google.KML OverlayXY
리턴 geVec2

RotationXY 공개적으로 프로퍼티

public geVec2,Google.KML RotationXY
리턴 geVec2

ScreenXY 공개적으로 프로퍼티

public geVec2,Google.KML ScreenXY
리턴 geVec2

Size 공개적으로 프로퍼티

public geVec2,Google.KML Size
리턴 geVec2