C# 클래스 Hyena.Gui.Canvas.Rect

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

공개 메소드들

메소드 설명
Contains ( Point point ) : bool
Contains ( double px, double py ) : bool
Equals ( Rect value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Intersect ( Rect rect ) : void
IntersectsWith ( Rect rect ) : bool
Offset ( Point point ) : void
Offset ( Rect rect ) : void
Offset ( double dx, double dy ) : void
Rect ( Point point1, Point point2 ) : System
Rect ( Point location, Size size ) : System
Rect ( double x, double y, double width, double height ) : System
ToString ( ) : string
Union ( Point point ) : void
Union ( Rect rect ) : void
operator ( ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( Point point ) : bool
point Point
리턴 bool

Contains() 공개 메소드

public Contains ( double px, double py ) : bool
px double
py double
리턴 bool

Equals() 공개 메소드

public Equals ( Rect value ) : bool
value Rect
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersect() 공개 메소드

public Intersect ( Rect rect ) : void
rect Rect
리턴 void

IntersectsWith() 공개 메소드

public IntersectsWith ( Rect rect ) : bool
rect Rect
리턴 bool

Offset() 공개 메소드

public Offset ( Point point ) : void
point Point
리턴 void

Offset() 공개 메소드

public Offset ( Rect rect ) : void
rect Rect
리턴 void

Offset() 공개 메소드

public Offset ( double dx, double dy ) : void
dx double
dy double
리턴 void

Rect() 공개 메소드

public Rect ( Point point1, Point point2 ) : System
point1 Point
point2 Point
리턴 System

Rect() 공개 메소드

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

Rect() 공개 메소드

public Rect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Union() 공개 메소드

public Union ( Point point ) : void
point Point
리턴 void

Union() 공개 메소드

public Union ( Rect rect ) : void
rect Rect
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool