다음을 통해 공유


CoreDragUIOverride.SetContentFromSoftwareBitmap 메서드

정의

오버로드

SetContentFromSoftwareBitmap(SoftwareBitmap)

소프트웨어 비트맵을 사용하여 사용자 지정 끌기 UI 콘텐츠를 설정합니다.

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

소프트웨어 비트맵을 사용하여 사용자 지정 끌기 UI 콘텐츠를 설정합니다.

SetContentFromSoftwareBitmap(SoftwareBitmap)

소프트웨어 비트맵을 사용하여 사용자 지정 끌기 UI 콘텐츠를 설정합니다.

public:
 virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap);
function setContentFromSoftwareBitmap(softwareBitmap)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap)

매개 변수

softwareBitmap
SoftwareBitmap

사용자 지정 끌기 UI 콘텐츠입니다.

특성

추가 정보

적용 대상

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

소프트웨어 비트맵을 사용하여 사용자 지정 끌기 UI 콘텐츠를 설정합니다.

public:
 virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap, Point anchorPoint) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap, Point anchorPoint);
function setContentFromSoftwareBitmap(softwareBitmap, anchorPoint)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap, anchorPoint As Point)

매개 변수

softwareBitmap
SoftwareBitmap

사용자 지정 UI 끌기 콘텐츠입니다.

anchorPoint
Point

포인터에서 끌어서 놓기 시각적 개체의 상대 위치입니다. 앵커 지점은 콘텐츠 외부에 있을 수 없습니다. 예를 들어 앵커 지점이 (50, 50)이고 포인터의 위치가 (x, y)인 경우 시각적 개체의 왼쪽 위 모서리는 (x - 50, y - 50)입니다.

특성

추가 정보

적용 대상