static Ceiling(RectangleF) | 지정된RectangleF 에 구조Rectangle 반올림하여 구조RectangleF 값을 다음으로 높은 정수 값으로 바꿉니다. |
static FromLTRB(int, int, int, int) | 생성Rectangle 지정된 가장자리 위치가 있는 구조. |
static Inflate(Rectangle, int, int) | 생성Rectangle 지정된 금액만큼 부풀려집니다. |
static Intersect(Rectangle, Rectangle) | 세 번째 반환Rectangle 두 개의 다른 교차점 를 나타내는 구조Rectangle 구조. 교차가 없으면 빈Rectangle 반환됩니다. |
static Round(RectangleF) | 지정된RectangleF ~에게Rectangle rounding 에 의해RectangleF 값을 가장 가까운 정수 값으로 변환합니다. |
static Truncate(RectangleF) | 지정된RectangleF ~에게Rectangle 잘라서RectangleF 값. |
static Union(Rectangle, Rectangle) | 가져오기Rectangle 2개의 합집합을 포함하는 구조체Rectangle 구조. |
Contains(Point) | 지정된 포인트가 이 안에 포함되는지 확인합니다.Rectangle 구조. |
Contains(Rectangle) | 직사각형 영역이rect 이 직사각형 영역에 완전히 포함됩니다.Rectangle . |
Contains(int, int) | 지정된 포인트가 이 안에 포함되는지 확인합니다.Rectangle 구조. |
override Equals(object) | obj가Rectangle동일한 위치와 크기의 구조Rectangle 구조. |
Equals(Rectangle) | 다른 여부를 테스트합니다.Rectangle 구조는 이것과 같은 위치와 크기를 가집니다.Rectangle 구조. |
override GetHashCode() | 이에 대한 해시 코드를 반환합니다.Rectangle 구조. 해시 코드 사용에 대한 자세한 내용은 GetHashCode . 를 참조하세요. |
Inflate(Size) | 확대Rectangle 지정된 금액만큼. |
Inflate(int, int) | 확대Rectangle 지정된 금액만큼. |
Intersect(Rectangle) | 이것을 대체합니다.Rectangle 자체와 지정된 교차로Rectangle . |
IntersectsWith(Rectangle) | 이 사각형이rect . |
Offset(Point) | 지정된 양만큼 이 사각형의 위치를 조정합니다. |
Offset(int, int) | 지정된 양만큼 이 사각형의 위치를 조정합니다. |
override ToString() | 이것의 속성을 변환합니다.Rectangle 사람이 읽을 수 있는 string. |
operator == | 두Rectangle 구조는 위치와 크기가 동일합니다. |
operator != | 두Rectangle 구조는 위치나 크기가 다릅니다. |