Basic Library for UWP/WinRT XAML
NativeMethods.RECT コンストラクタ

構文
'宣言
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
public NativeMethods.RECT( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

パラメータ

left
top
right
bottom
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

参照

関連項目

NativeMethods.RECT 構造体
NativeMethods.RECT メンバ

Send Feedback