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 내용의 출력 범위입니다.

적용 대상