AxHost.GetScaledBounds(Rectangle, SizeF, BoundsSpecified) 메서드

정의

시스템에서 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

BoundsSpecified 값입니다.

반환

Rectangle

수정되지 않은 bounds 값입니다.

설명

ActiveX 컨트롤은 자체적으로 크기를 조정하므로 이 메서드는 특별한 계산을 수행하지 않고 값 및 specified 값을 무시하고 변경되지 않은 값을 반환 bounds 합니다factor.

적용 대상