NativeMethods.CreateRectRgn, méthode
Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function CreateRectRgn ( _
nLeftRect As Integer, _
nTopRect As Integer, _
nRightRect As Integer, _
nBottomRect As Integer _
) As IntPtr
public static IntPtr CreateRectRgn(
int nLeftRect,
int nTopRect,
int nRightRect,
int nBottomRect
)
Paramètres
- nLeftRect
Type : System.Int32
- nTopRect
Type : System.Int32
- nRightRect
Type : System.Int32
- nBottomRect
Type : System.Int32
Valeur de retour
Type : System.IntPtr