バージョン

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

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

パラメータ

control
Dpi を決定するために使用されるコントロール。
touchElementWidth
touchElementHeight
参照