C# 클래스 Google.KML.geScale

Scales a model along the x, y, and z axes in the model's coordinate space
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
x double
y double
z double

공개 메소드들

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

Renders the object to KML

메소드 상세

ToKML() 공개 메소드

Renders the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

x 공개적으로 프로퍼티

x axis
public double x
리턴 double

y 공개적으로 프로퍼티

y axis
public double y
리턴 double

z 공개적으로 프로퍼티

z axis
public double z
리턴 double