バージョン

GetTouchElementSize(Single,Single,TouchElementSizes,TouchElementSizes) メソッド

指定された Dpi に基づいて、タッチ ターゲットの最小サイズをピクセル単位で返します。
シンタックス
'宣言
 
Public Overloads Shared Function GetTouchElementSize( _
   ByVal dpiX As Single, _
   ByVal dpiY As Single, _
   ByVal touchElementWidth As TouchElementSizes, _
   ByVal touchElementHeight As TouchElementSizes _
) As Size
public static Size GetTouchElementSize( 
   float dpiX,
   float dpiY,
   TouchElementSizes touchElementWidth,
   TouchElementSizes touchElementHeight
)

パラメータ

dpiX
コントロールがある画面の DpiX
dpiY
コントロールがある画面の DpiX
touchElementWidth
touchElementHeight
参照