AxHost.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelée par le système pour récupérer les limites actuelles du contrôle ActiveX.
protected:
override System::Drawing::Rectangle GetScaledBounds(System::Drawing::Rectangle bounds, System::Drawing::SizeF factor, System::Windows::Forms::BoundsSpecified specified);
protected override System.Drawing.Rectangle GetScaledBounds (System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified);
override this.GetScaledBounds : System.Drawing.Rectangle * System.Drawing.SizeF * System.Windows.Forms.BoundsSpecified -> System.Drawing.Rectangle
Protected Overrides Function GetScaledBounds (bounds As Rectangle, factor As SizeF, specified As BoundsSpecified) As Rectangle
Paramètres
- bounds
- Rectangle
Limites d'origine du contrôle ActiveX.
- factor
- SizeF
Échelle.
- specified
- BoundsSpecified
Valeur BoundsSpecified.
Retours
Valeur bounds
non modifiée.
Remarques
Les contrôles ActiveX sont mis à l’échelle eux-mêmes, de sorte que cette méthode n’effectue aucun calcul spécial, ignore les valeurs et specified
ignore la factor
valeur et retourne la bounds
valeur inchangée.