PointHitTestResult.PointHit プロパティ

定義

ヒット テストの結果から返されるポイント値を取得します。

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

プロパティ値

Point

ヒット テストの結果を表す Point オブジェクト。

適用対象