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

파일 보기 프로젝트 열기: jazzyjester/Mario-Game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MainImage System.Drawing.Bitmap
width int
x int
xGraph System.Drawing.Graphics

공개 메소드들

메소드 설명
SubScreen ( int w, int h ) : System

메소드 상세

SubScreen() 공개 메소드

public SubScreen ( int w, int h ) : System
w int
h int
리턴 System

프로퍼티 상세

MainImage 공개적으로 프로퍼티

public Bitmap,System.Drawing MainImage
리턴 System.Drawing.Bitmap

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

xGraph 공개적으로 프로퍼티

public Graphics,System.Drawing xGraph
리턴 System.Drawing.Graphics