IPointerPointTransform.TryTransformBounds(Rect, Rect) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 경계 사각형을 변환합니다.
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는 입력 지점의 변환으로 변경되지 않으므로 다시 계산해야 합니다.