TouchPoint.Bounds プロパティ

定義

画面と指が接触している領域の境界を取得します。

public:
 property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public ReadOnly Property Bounds As Rect

プロパティ値

画面と指が接触している領域の境界。

注釈

座標空間は、このオブジェクトのプロバイダーによって定義されます。

適用対象