CarouselPanel.MakeVisible(UIElement, Rect) メソッド

定義

指定された要素をビューポートに表示するために既存のオフセットを変更し、領域の 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

表示する要素。

rectangle
Rect

要素の座標空間を表す四角形。

戻り値

CarouselPanel 座標空間を使用して変換された入力四角形Rect を表す四角形。

適用対象