Méthode IDirectManipulationContent ::SetContentRect (directmanipulation.h)
Spécifie le rectangle englobant du contenu, par rapport à sa fenêtre d’affichage.
Syntaxe
HRESULT SetContentRect(
[in] const RECT *contentSize
);
Paramètres
[in] contentSize
Rectangle englobant du contenu.
Valeur retournée
Si la méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Le rectangle englobant par défaut est (-FLT_MAX, -FLT_MAX, FLT_MAX, FLT_MAX).
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | directmanipulation.h |