バージョン

AdjustRectForZooming メソッド

ControlUIElement のズーム係数に基づき四角形のサイズおよび位置を調整します。
シンタックス
'宣言
 
Public Function AdjustRectForZooming( _
   ByVal rect As Rectangle _
) As Rectangle
public Rectangle AdjustRectForZooming( 
   Rectangle rect
)

パラメータ

rect
調整する四角形。

戻り値の型

ControlUIElement のズーム係数に基づき調整されている四角形。
参照