다음을 통해 공유


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는 입력 지점의 변환으로 변경되지 않으므로 다시 계산해야 합니다.

적용 대상