C# 클래스 PowerArgs.Cli.Rectangle

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

공개 메소드들

메소드 설명
Contains ( Rectangle other ) : bool
Contains ( int x, int y ) : bool
IsAbove ( Rectangle other ) : bool
IsBelow ( Rectangle other ) : bool
IsLeftOf ( Rectangle other ) : bool
IsRightOf ( Rectangle other ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( int x, int y, int w, int h ) : System

메소드 상세

Contains() 공개 메소드

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

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

IsAbove() 공개 메소드

public IsAbove ( Rectangle other ) : bool
other Rectangle
리턴 bool

IsBelow() 공개 메소드

public IsBelow ( Rectangle other ) : bool
other Rectangle
리턴 bool

IsLeftOf() 공개 메소드

public IsLeftOf ( Rectangle other ) : bool
other Rectangle
리턴 bool

IsRightOf() 공개 메소드

public IsRightOf ( Rectangle other ) : bool
other Rectangle
리턴 bool

Rectangle() 공개 메소드

public Rectangle ( Point location, Size size ) : System
location Point
size Size
리턴 System

Rectangle() 공개 메소드

public Rectangle ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
리턴 System