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 값입니다.

반품

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

설명

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

적용 대상