RectangleF.FromLTRB(Single, Single, Single, Single) 메서드

정의

지정된 위치에 왼쪽 위 모퉁이와 오른쪽 아래 모퉁이를 사용하여 RectangleF 구조체를 만듭니다.

public:
 static System::Drawing::RectangleF FromLTRB(float left, float top, float right, float bottom);
public static System.Drawing.RectangleF FromLTRB (float left, float top, float right, float bottom);
static member FromLTRB : single * single * single * single -> System.Drawing.RectangleF
Public Shared Function FromLTRB (left As Single, top As Single, right As Single, bottom As Single) As RectangleF

매개 변수

left
Single

사각형 영역의 왼쪽 위 모퉁이의 x좌표입니다.

top
Single

사각형 영역의 왼쪽 위 모퉁이의 y좌표입니다.

right
Single

사각형 영역의 오른쪽 아래 모퉁이의 x좌표입니다.

bottom
Single

사각형 영역의 오른쪽 아래 모퉁이의 y좌표입니다.

반환

RectangleF

이 메서드가 만드는 새 RectangleF를 반환합니다.

설명

이 메서드는 RectangleF 지정된 왼쪽 위와 오른쪽 아래 모서리를 사용하여 만듭니다.

적용 대상