C# 클래스 System.Windows.Rect

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

공개 메소드들

메소드 설명
Contains ( Point point ) : bool
Contains ( Rect rect ) : bool
Contains ( double x, double y ) : bool
Equals ( Rect value ) : bool
Equals ( Rect rect1, Rect rect2 ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Inflate ( Rect rect, Size size ) : Rect
Inflate ( Rect rect, double width, double height ) : Rect
Inflate ( Size size ) : void
Inflate ( double width, double height ) : void
Intersect ( Rect rect1, Rect rect2 ) : Rect
Intersect ( Rect rect ) : void
IntersectsWith ( Rect rect ) : bool
Offset ( Rect rect, double offsetX, double offsetY ) : Rect
Offset ( double offsetX, double offsetY ) : void
Rect ( Point point1, Point point2 ) : System
Rect ( Point location, Size size ) : System
Rect ( Size size ) : System
Rect ( double x, double y, double width, double height ) : System
Scale ( double scaleX, double scaleY ) : void
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
Union ( Rect rect, Point point ) : Rect
Union ( Rect rect1, Rect rect2 ) : Rect
Union ( Point point ) : void
Union ( Rect rect ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
ContainsInternal ( double x, double y ) : bool
ConvertToString ( string format, IFormatProvider provider ) : string
CreateEmptyRect ( ) : Rect
IFormattable ( string format, IFormatProvider provider ) : string

메소드 상세

Contains() 공개 메소드

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

Contains() 공개 메소드

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

Contains() 공개 메소드

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

Equals() 공개 메소드

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

Equals() 공개 정적인 메소드

public static Equals ( Rect rect1, Rect rect2 ) : bool
rect1 Rect
rect2 Rect
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Inflate() 공개 정적인 메소드

public static Inflate ( Rect rect, Size size ) : Rect
rect Rect
size Size
리턴 Rect

Inflate() 공개 정적인 메소드

public static Inflate ( Rect rect, double width, double height ) : Rect
rect Rect
width double
height double
리턴 Rect

Inflate() 공개 메소드

public Inflate ( Size size ) : void
size Size
리턴 void

Inflate() 공개 메소드

public Inflate ( double width, double height ) : void
width double
height double
리턴 void

Intersect() 공개 정적인 메소드

public static Intersect ( Rect rect1, Rect rect2 ) : Rect
rect1 Rect
rect2 Rect
리턴 Rect

Intersect() 공개 메소드

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

IntersectsWith() 공개 메소드

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

Offset() 공개 정적인 메소드

public static Offset ( Rect rect, double offsetX, double offsetY ) : Rect
rect Rect
offsetX double
offsetY double
리턴 Rect

Offset() 공개 메소드

public Offset ( double offsetX, double offsetY ) : void
offsetX double
offsetY 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 ( Size size ) : System
size Size
리턴 System

Rect() 공개 메소드

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

Scale() 공개 메소드

public Scale ( double scaleX, double scaleY ) : void
scaleX double
scaleY double
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
리턴 string

Union() 공개 정적인 메소드

public static Union ( Rect rect, Point point ) : Rect
rect Rect
point Point
리턴 Rect

Union() 공개 정적인 메소드

public static Union ( Rect rect1, Rect rect2 ) : Rect
rect1 Rect
rect2 Rect
리턴 Rect

Union() 공개 메소드

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

Union() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool