IScrollInfo.MakeVisible(Visual, Rect) Method

Definition

Forces content to scroll until the coordinate space of a Visual object is visible.

public:
 System::Windows::Rect MakeVisible(System::Windows::Media::Visual ^ visual, System::Windows::Rect rectangle);
public System.Windows.Rect MakeVisible (System.Windows.Media.Visual visual, System.Windows.Rect rectangle);
abstract member MakeVisible : System.Windows.Media.Visual * System.Windows.Rect -> System.Windows.Rect
Public Function MakeVisible (visual As Visual, rectangle As Rect) As Rect

Parameters

visual
Visual

A Visual that becomes visible.

rectangle
Rect

A bounding rectangle that identifies the coordinate space to make visible.

Returns

A Rect that is visible.

Remarks

In most cases, the returned rectangle is a transformed version of the input rectangle. In some cases, such as when the input rectangle cannot fit entirely within the viewport, the return value may be smaller.

Applies to

See also