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

适用于