다음을 통해 공유


ContentCoordinateConverter.ConvertScreenToLocal 메서드

정의

오버로드

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조정됨).

반환

Point[]

변환된 컬렉션입니다.

특성

적용 대상

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조정됨).

반환

변환된 사각형입니다.

특성

적용 대상