バージョン

AdjustForTouchMode(Screen,Boolean,Size) メソッド

タッチ モードで要素のサイズを調整します。
シンタックス
'宣言
 
Public Overloads Shared Function AdjustForTouchMode( _
   ByVal screen As Screen, _
   ByVal touchEnabled As Boolean, _
   ByVal size As Size _
) As Size
public static Size AdjustForTouchMode( 
   Screen screen,
   bool touchEnabled,
   Size size
)

パラメータ

screen
Dpi を決定するために使用される画面。
touchEnabled
タッチが有効かどうかを示します。
size
要素のデフォルトサイズ
参照