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 內容的輸出範圍。

適用於