NativeMethods.RECT, constructeur
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- left
Type : System.Int32
- top
Type : System.Int32
- right
Type : System.Int32
- bottom
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.