C# 클래스 EditorObjects.FormMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TopLeftPixel FlatRedBall.Math.Geometry.Point

공개 메소드들

메소드 설명
AllowFileDrop ( System dragEventHandler ) : void
FormMethods ( ) : System
FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System
ReactToResolutionChange ( int newHeight, int newWidth ) : void

비공개 메소드들

메소드 설명
DragEnter ( object sender, DragEventArgs e ) : void
ReactToResizing ( object sender, EventArgs e ) : void

메소드 상세

AllowFileDrop() 공개 메소드

public AllowFileDrop ( System dragEventHandler ) : void
dragEventHandler System
리턴 void

FormMethods() 공개 메소드

public FormMethods ( ) : System
리턴 System

FormMethods() 공개 메소드

public FormMethods ( int topBorder, int leftBorder, int bottomBorder, int rightBorder ) : System
topBorder int
leftBorder int
bottomBorder int
rightBorder int
리턴 System

ReactToResolutionChange() 공개 메소드

public ReactToResolutionChange ( int newHeight, int newWidth ) : void
newHeight int
newWidth int
리턴 void

프로퍼티 상세

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

public static FlatRedBall.Math.Geometry.Point TopLeftPixel
리턴 FlatRedBall.Math.Geometry.Point