TileBrush.GetContentBounds(Rect) メソッド

定義

TileBrush コンテンツの現在の境界を取得します。

protected:
 abstract void GetContentBounds([Runtime::InteropServices::Out] System::Windows::Rect % contentBounds);
protected abstract void GetContentBounds (out System.Windows.Rect contentBounds);
abstract member GetContentBounds : Rect -> unit
Protected MustOverride Sub GetContentBounds (ByRef contentBounds As Rect)

パラメーター

contentBounds
Rect

TileBrush コンテンツの出力境界。

適用対象