Sdílet prostřednictvím


AxHost.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Metoda

Definice

Volá se systémem k načtení aktuálních hranic ovládacího prvku 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

Parametry

bounds
Rectangle

Původní hranice ovládacího prvku ActiveX

factor
SizeF

Faktor škálování.

specified
BoundsSpecified

Hodnota BoundsSpecified .

Návraty

Rectangle

Nemodifikovaná bounds hodnota.

Poznámky

Ovládací prvky ActiveX se škálují, takže tato metoda neprovádí žádné speciální výpočty, ignoruje factor hodnoty a specified vrátí bounds hodnotu beze změny.

Platí pro