C# 클래스 GHud.OrbitGraph

상속: DisplayModule
파일 보기 프로젝트 열기: BGog/GHud 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ApA double
ApR double
PeA double
PeR double
a double
atmos_dia double
body_color System.Drawing.Color
body_colors System.Drawing.Color>.Dictionary
dia double
eccentricity double
elliptical_rect System.Drawing.Rectangle
orbitpen System.Drawing.Pen
orphan_string String
r double
semi_major_axis double
semi_minor_axis double

공개 메소드들

메소드 설명
OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void

보호된 메소드들

메소드 설명
DoRender ( Rectangle rect ) : void
PrepData ( Orbit orbit, Rectangle rect ) : void
PrepTestData ( Rectangle rect ) : void

메소드 상세

DoRender() 보호된 메소드

protected DoRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

OrbitGraph() 공개 메소드

public OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
dev Device
orbpen_color System
orphanstr String
리턴 System

PrepData() 보호된 메소드

protected PrepData ( Orbit orbit, Rectangle rect ) : void
orbit Orbit
rect System.Drawing.Rectangle
리턴 void

PrepTestData() 보호된 메소드

protected PrepTestData ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

Render() 공개 메소드

public Render ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

TestRender() 공개 메소드

public TestRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

프로퍼티 상세

ApA 보호되어 있는 프로퍼티

protected double ApA
리턴 double

ApR 보호되어 있는 프로퍼티

protected double ApR
리턴 double

PeA 보호되어 있는 프로퍼티

protected double PeA
리턴 double

PeR 보호되어 있는 프로퍼티

protected double PeR
리턴 double

a 보호되어 있는 프로퍼티

protected double a
리턴 double

atmos_dia 보호되어 있는 프로퍼티

protected double atmos_dia
리턴 double

body_color 보호되어 있는 프로퍼티

protected Color,System.Drawing body_color
리턴 System.Drawing.Color

body_colors 보호되어 있는 프로퍼티

protected Dictionary body_colors
리턴 System.Drawing.Color>.Dictionary

dia 보호되어 있는 프로퍼티

protected double dia
리턴 double

eccentricity 보호되어 있는 프로퍼티

protected double eccentricity
리턴 double

elliptical_rect 보호되어 있는 프로퍼티

protected Rectangle,System.Drawing elliptical_rect
리턴 System.Drawing.Rectangle

orbitpen 보호되어 있는 프로퍼티

protected Pen,System.Drawing orbitpen
리턴 System.Drawing.Pen

orphan_string 보호되어 있는 프로퍼티

protected String orphan_string
리턴 String

r 보호되어 있는 프로퍼티

protected double r
리턴 double

semi_major_axis 보호되어 있는 프로퍼티

protected double semi_major_axis
리턴 double

semi_minor_axis 보호되어 있는 프로퍼티

protected double semi_minor_axis
리턴 double