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

转换后包围 矩形 的最小轴对齐边界框。 (轴对齐边界框是所有边平行于坐标轴的边界框。)

返回

Boolean

bool

如果转换成功,则为 True。 否则为 false。

注解

rect 通常是与通过 TryTransform 方法转换的输入点关联的 ContactRect。 必须重新计算 rect,因为它不会随输入点的转换而更改。

适用于