C# 클래스 Windows.Foundation.Rect

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

공개 메소드들

메소드 설명
Contains ( Point point ) : bool
Equals ( Rect value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Intersect ( Rect rect ) : 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
ToString ( IFormatProvider provider ) : string
Union ( Point point ) : void
Union ( Rect rect ) : void
operator ( ) : bool

비공개 메소드들

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

메소드 상세

Contains() 공개 메소드

public Contains ( Point point ) : bool
point Point
리턴 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

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

ToString() 공개 메소드

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
리턴 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