AxHost.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Chamado pelo sistema para recuperar os limites atuais do controle 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
Parâmetros
- bounds
- Rectangle
Os limites originais do controle ActiveX.
- factor
- SizeF
Um fator de escala.
- specified
- BoundsSpecified
Um valor BoundsSpecified.
Retornos
O valor bounds
não modificado.
Comentários
Os controles ActiveX se dimensionam, portanto, esse método não executa nenhum cálculo especial, ignora os valores e os factor
valores e specified
retorna o bounds
valor inalterado.