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

Windows.Foundation.Rect 構造体。
この Windows.Foundation.Rect 構造体を水平方向に拡大する量。
この Windows.Foundation.Rect 構造体を垂直方向に拡大する量。
指定された量で Windows.Foundation.Rect 構造体を拡大します。
構文
'宣言
 
Public Shared Sub Inflate( _
   ByRef r As Windows.Foundation.Rect, _
   ByVal dx As System.Double, _
   ByVal dy As System.Double _
) 
public static void Inflate( 
   ref Windows.Foundation.Rect r,
   System.double dx,
   System.double dy
)

パラメータ

r
Windows.Foundation.Rect 構造体。
dx
この Windows.Foundation.Rect 構造体を水平方向に拡大する量。
dy
この Windows.Foundation.Rect 構造体を垂直方向に拡大する量。
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