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