C# 클래스 NScumm.Scumm.BoxCoords

Box coordinates.
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LowerLeft Point
LowerRight Point
UpperLeft Point
UpperRight Point

공개 메소드들

메소드 설명
InBoxQuickReject ( Point p, int threshold ) : bool

메소드 상세

InBoxQuickReject() 공개 메소드

public InBoxQuickReject ( Point p, int threshold ) : bool
p Point
threshold int
리턴 bool

프로퍼티 상세

LowerLeft 공개적으로 프로퍼티

public Point LowerLeft
리턴 Point

LowerRight 공개적으로 프로퍼티

public Point LowerRight
리턴 Point

UpperLeft 공개적으로 프로퍼티

public Point UpperLeft
리턴 Point

UpperRight 공개적으로 프로퍼티

public Point UpperRight
리턴 Point