C# 클래스 GHud.VesselInfo

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

보호된 프로퍼티들

프로퍼티 타입 설명
background Image
colmatrix System.Drawing.Imaging.ColorMatrix
img_attr System.Drawing.Imaging.ImageAttributes
orbitgraph OrbitGraph
orbitinfo OrbitInfo
target_orbitgraph OrbitGraph
target_orbitinfo OrbitInfo

공개 메소드들

메소드 설명
ButtonDown ( Device dev ) : void
ButtonUp ( Device dev ) : void
Clear ( ) : void
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void
VesselInfo ( Device dev ) : System

비공개 메소드들

메소드 설명
ActivateModule ( DisplayModule new_active_mod, DisplayModule &change_active_mod, DisplayModule &other_active_mod ) : bool
CycleModules ( List &changelist, List &otherlist, DisplayModule &change_active_mod, DisplayModule &other_active_mod, bool activate_first ) : void
RenderModules ( List list, Rectangle rect ) : void
TestRenderModules ( List list, Rectangle rect ) : void

메소드 상세

ButtonDown() 공개 메소드

public ButtonDown ( Device dev ) : void
dev Device
리턴 void

ButtonUp() 공개 메소드

public ButtonUp ( Device dev ) : void
dev Device
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Render() 공개 메소드

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

TestRender() 공개 메소드

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

VesselInfo() 공개 메소드

public VesselInfo ( Device dev ) : System
dev Device
리턴 System

프로퍼티 상세

background 보호되어 있는 프로퍼티

protected Image background
리턴 Image

colmatrix 보호되어 있는 프로퍼티

protected System.Drawing.Imaging.ColorMatrix colmatrix
리턴 System.Drawing.Imaging.ColorMatrix

img_attr 보호되어 있는 프로퍼티

protected System.Drawing.Imaging.ImageAttributes img_attr
리턴 System.Drawing.Imaging.ImageAttributes

orbitgraph 보호되어 있는 프로퍼티

protected OrbitGraph,GHud orbitgraph
리턴 OrbitGraph

orbitinfo 보호되어 있는 프로퍼티

protected OrbitInfo,GHud orbitinfo
리턴 OrbitInfo

target_orbitgraph 보호되어 있는 프로퍼티

protected OrbitGraph,GHud target_orbitgraph
리턴 OrbitGraph

target_orbitinfo 보호되어 있는 프로퍼티

protected OrbitInfo,GHud target_orbitinfo
리턴 OrbitInfo