AxHost.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- bounds
- Rectangle
ActiveX コントロールの元の境界。
- factor
- SizeF
スケール ファクター。
- specified
- BoundsSpecified
戻り値
未修整の bounds
値。
注釈
ActiveX コントロール自体がスケーリングされるため、このメソッドは特別な計算を実行せず、値とspecified
値をfactor
無視して、値をbounds
変更せずに返します。