C# 클래스 Core.BoundingBox

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

공개 메소드들

메소드 설명
BoundingBox ( int x1, int y1, int x2, int y2 )
Contains ( BoundingBox other ) : bool

메소드 상세

BoundingBox() 공개 메소드

public BoundingBox ( int x1, int y1, int x2, int y2 )
x1 int
y1 int
x2 int
y2 int

Contains() 공개 메소드

public Contains ( BoundingBox other ) : bool
other BoundingBox
리턴 bool