Rectangle.FromLTRB

Rectangle.FromLTRB method

생성Rectangle 지정된 가장자리 위치가 있는 구조.

public static Rectangle FromLTRB(int left, int top, int right, int bottom)
모수유형설명
leftInt32왼쪽 위 모서리의 x 좌표입니다.Rectangle 구조.
topInt32왼쪽 위 모서리의 y 좌표입니다.Rectangle 구조.
rightInt32오른쪽 아래 모서리의 x 좌표입니다.Rectangle 구조.
bottomInt32오른쪽 아래 모서리의 y 좌표입니다.Rectangle 구조.

반환 값

새로운Rectangle 이 메서드가 만드는 것입니다.

또한보십시오