ContentCoordinateConverter.ConvertScreenToLocal 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ConvertScreenToLocal(PointInt32) |
제공된 지점 의 화면 좌표를 로컬 좌표 공간으로 변환합니다(에 맞게 RasterizationScale조정됨). |
ConvertScreenToLocal(PointInt32[]) |
제공된 점 컬렉션의 화면 좌표를 로컬 좌표 공간(에 맞게 RasterizationScale조정됨)으로 변환합니다. |
ConvertScreenToLocal(RectInt32) |
제공된 사각형 의 화면 좌표를 로컬 좌표 공간으로 변환합니다(에 맞게 RasterizationScale조정됨). |
ConvertScreenToLocal(PointInt32)
제공된 지점 의 화면 좌표를 로컬 좌표 공간으로 변환합니다(에 맞게 RasterizationScale조정됨).
public:
virtual Point ConvertScreenToLocal(PointInt32 screenPoint) = ConvertScreenToLocal;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithPoint")]
Point ConvertScreenToLocal(PointInt32 const& screenPoint);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithPoint")]
public Point ConvertScreenToLocal(PointInt32 screenPoint);
function convertScreenToLocal(screenPoint)
Public Function ConvertScreenToLocal (screenPoint As PointInt32) As Point
매개 변수
- screenPoint
- PointInt32
화면 좌표에서 로컬 좌표 공간으로 변환할 점 입니다(에 맞게 RasterizationScale조정됨).
반환
변환된 지점입니다.
- 특성
적용 대상
ConvertScreenToLocal(PointInt32[])
제공된 점 컬렉션의 화면 좌표를 로컬 좌표 공간(에 맞게 RasterizationScale조정됨)으로 변환합니다.
public:
virtual Platform::Array <Point> ^ ConvertScreenToLocal(Platform::Array <PointInt32> ^ screenPoints) = ConvertScreenToLocal;
/// [Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithPoints")]
winrt::array_view <Point> ConvertScreenToLocal(winrt::array_view <PointInt32> const& screenPoints);
[Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithPoints")]
public Point[] ConvertScreenToLocal(PointInt32[] screenPoints);
function convertScreenToLocal(screenPoints)
Public Function ConvertScreenToLocal (screenPoints As PointInt32()) As Point()
매개 변수
- screenPoints
- PointInt32[]
화면 좌표에서 로컬 좌표 공간으로 변환할 점 컬렉션입니다(에 맞게 RasterizationScale조정됨).
반환
변환된 점 컬렉션입니다.
- 특성
적용 대상
ConvertScreenToLocal(RectInt32)
제공된 사각형 의 화면 좌표를 로컬 좌표 공간으로 변환합니다(에 맞게 RasterizationScale조정됨).
public:
virtual Rect ConvertScreenToLocal(RectInt32 screenRect) = ConvertScreenToLocal;
/// [Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithRect")]
Rect ConvertScreenToLocal(RectInt32 const& screenRect);
[Windows.Foundation.Metadata.Overload("ConvertScreenToLocalWithRect")]
public Rect ConvertScreenToLocal(RectInt32 screenRect);
function convertScreenToLocal(screenRect)
Public Function ConvertScreenToLocal (screenRect As RectInt32) As Rect
매개 변수
- screenRect
- RectInt32
화면 좌표에서 로컬 좌표 공간으로 변환할 사각형 입니다(에 맞게 RasterizationScale조정됨).
반환
변환된 사각형입니다.
- 특성