ScrollContentPresenter.MakeVisible(UIElement, Rect) 메서드

정의

시각적 개체의 좌표 공간이 표시될 때까지 콘텐츠를 강제로 스크롤합니다.

public:
 virtual Rect MakeVisible(UIElement ^ visual, Rect rectangle) = MakeVisible;
Rect MakeVisible(UIElement const& visual, Rect const& rectangle);
public Rect MakeVisible(UIElement visual, Rect rectangle);
function makeVisible(visual, rectangle)
Public Function MakeVisible (visual As UIElement, rectangle As Rect) As Rect

매개 변수

visual
UIElement

표시되는 UIElement 입니다.

rectangle
Rect

표시할 수 있는 좌표 공간을 식별하는 경계 사각형입니다.

반환

스크롤 후 표시되는 영역을 나타내는 Rect 입니다.

적용 대상