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 内容的输出边界。

适用于