C# 클래스 OurSonic.Utility.IntersectingRectangle

파일 보기 프로젝트 열기: OurSonic/OurSonicSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IntersectRect ( Rectangle r1, Rectangle r2 ) : bool
IntersectingRectangle ( int x, int y, int width, int height ) : System.Runtime.CompilerServices
Intersects ( Point p ) : bool
IntersectsRect ( Rectangle r, Point p ) : bool

메소드 상세

IntersectRect() 공개 정적인 메소드

public static IntersectRect ( Rectangle r1, Rectangle r2 ) : bool
r1 Rectangle
r2 Rectangle
리턴 bool

IntersectingRectangle() 공개 메소드

public IntersectingRectangle ( int x, int y, int width, int height ) : System.Runtime.CompilerServices
x int
y int
width int
height int
리턴 System.Runtime.CompilerServices

Intersects() 공개 메소드

public Intersects ( Point p ) : bool
p Point
리턴 bool

IntersectsRect() 공개 정적인 메소드

public static IntersectsRect ( Rectangle r, Point p ) : bool
r Rectangle
p Point
리턴 bool