Basic Library for UWP/WinRT XAML
Deflate メソッド

Windows.Foundation.Rect 構造体。
この Windows.Foundation.Rect 構造体を縮小させる量を定義する Windows.UI.Xaml.Thickness 構造体。
指定された量で Windows.Foundation.Rect 構造体を縮小します。
構文
'宣言
 
Public Shared Sub Deflate( _
   ByRef r As Windows.Foundation.Rect, _
   ByVal th As Windows.UI.Xaml.Thickness _
) 
public static void Deflate( 
   ref Windows.Foundation.Rect r,
   Windows.UI.Xaml.Thickness th
)

パラメータ

r
Windows.Foundation.Rect 構造体。
th
この Windows.Foundation.Rect 構造体を縮小させる量を定義する Windows.UI.Xaml.Thickness 構造体。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback