C# 클래스 Gadz.Tetris.Desktop.ShakeFormExtensions

파일 보기 프로젝트 열기: phduarte/Tetris

공개 메소드들

메소드 설명
ShakeDown ( Form form, int times ) : void
ShakeLeft ( Form form, int times ) : void
ShakeRight ( Form form, int times ) : void
ShakeUp ( Form form, int times ) : void

메소드 상세

ShakeDown() 공개 정적인 메소드

public static ShakeDown ( Form form, int times ) : void
form Form
times int
리턴 void

ShakeLeft() 공개 정적인 메소드

public static ShakeLeft ( Form form, int times ) : void
form Form
times int
리턴 void

ShakeRight() 공개 정적인 메소드

public static ShakeRight ( Form form, int times ) : void
form Form
times int
리턴 void

ShakeUp() 공개 정적인 메소드

public static ShakeUp ( Form form, int times ) : void
form Form
times int
리턴 void