共用方式為


NativeMethods.RECT 建構函式

命名空間:  Microsoft.TeamFoundation.Common.Internal
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
Public Sub New ( _
    left As Integer, _
    top As Integer, _
    right As Integer, _
    bottom As Integer _
)
public RECT(
    int left,
    int top,
    int right,
    int bottom
)

參數

.NET Framework 安全性

請參閱

參考

NativeMethods.RECT 結構

Microsoft.TeamFoundation.Common.Internal 命名空間