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

属性值

手指触屏区域的边界。

注解

坐标空间由此对象的提供程序定义。

适用于