バージョン

RectangleToScreen メソッド

解像度を考慮して長方形を画面座標で取得します。
シンタックス
'宣言
 
Public Shared Function RectangleToScreen( _
   ByVal control As Control, _
   ByVal rect As Rectangle, _
   Optional ByVal scale As Boolean _
) As Rectangle
public static Rectangle RectangleToScreen( 
   Control control,
   Rectangle rect,
   bool scale
)

パラメータ

control
コントロール。
rect
長方形。
scale
Rectangle が DPI スケーリングを考慮する必要があるかどうかを示します。
参照