다음을 통해 공유


DisplayArea.OuterBounds 속성

정의

X,Y 오프셋이 화면 좌표 공간 내에 있는 의 DisplayArea범위를 설명하는 사각형을 가져옵니다.

public:
 property RectInt32 OuterBounds { RectInt32 get(); };
RectInt32 OuterBounds();
public RectInt32 OuterBounds { get; }
var rectInt32 = displayArea.outerBounds;
Public ReadOnly Property OuterBounds As RectInt32

속성 값

X,Y 오프셋이 화면 좌표 공간 내에 있는 의 DisplayArea범위를 설명하는 사각형입니다.

적용 대상

추가 정보