C# 클래스 MarioObjects.Objects.Utils.Screen

파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 프로퍼티들

프로퍼티 타입 설명
Background SubScreen
Output SubScreen
instance Screen

공개 메소드들

메소드 설명
DrawOnGraphic ( Graphics xGraph ) : void
Draw_Output ( ) : void
Screen ( ) : System

메소드 상세

DrawOnGraphic() 공개 메소드

public DrawOnGraphic ( Graphics xGraph ) : void
xGraph System.Drawing.Graphics
리턴 void

Draw_Output() 공개 메소드

public Draw_Output ( ) : void
리턴 void

Screen() 공개 메소드

public Screen ( ) : System
리턴 System

프로퍼티 상세

Background 공개적으로 프로퍼티

public SubScreen,MarioObjects.Objects.Utils Background
리턴 SubScreen

Output 공개적으로 프로퍼티

public SubScreen,MarioObjects.Objects.Utils Output
리턴 SubScreen

instance 공개적으로 정적으로 프로퍼티

public static Screen,MarioObjects.Objects.Utils instance
리턴 Screen