System::Drawing::RectangleF::Intersect 메서드

RectangleF::Intersect(const RectangleF&) method

현재 객체가 나타내는 사각형을 지정된 객체가 나타내는 사각형과의 교차 결과 사각형으로 교체합니다.

void System::Drawing::RectangleF::Intersect(const RectangleF &rect)
매개변수형식설명
rectconst RectangleF&현재 객체가 나타내는 사각형과 교차할 사각형을 나타내는 RectangleF 객체

또 보기

RectangleF::Intersect(const RectangleF&, const RectangleF&) method

지정된 사각형들의 교차 결과인 사각형을 반환합니다.

static RectangleF System::Drawing::RectangleF::Intersect(const RectangleF &a, const RectangleF &b)
매개변수형식설명
aconst RectangleF&교차할 첫 번째 사각형
bconst RectangleF&교차할 두 번째 사각형

ReturnValue

ab 의 교차 결과

또 보기