次の方法で共有


IPointerPointTransform.TryTransformBounds(Rect, Rect) メソッド

定義

指定した外接する四角形を変換します。

public:
 bool TryTransformBounds(Rect inRect, [Out] Rect & outRect);
bool TryTransformBounds(Rect const& inRect, [Out] Rect & outRect);
public bool TryTransformBounds(Rect inRect, out Rect outRect);
Public Function TryTransformBounds (inRect As Rect, ByRef outRect As Rect) As Boolean

パラメーター

inRect
Rect

変換する外接する四角形。

outRect
Rect

変換の後に rect を囲む、軸揃えの最小境界ボックス。 (軸揃え境界ボックスは、座標軸と平行なすべての辺を持つボックスです)。

戻り値

Boolean

bool

変換が成功した場合は True。 それ以外の場合は false。

注釈

rect は通常、TryTransform メソッドを使用して変換される入力ポイントに関連付けられた ContactRect です。 rect は、入力ポイントの変換によって変更されないため、再計算する必要があります。

適用対象