DragUIOverride.SetContentFromSoftwareBitmap 메서드

정의

오버로드

SetContentFromSoftwareBitmap(SoftwareBitmap)

끌어서 놓기 작업에서 끌어온 데이터를 나타내는 제공된 SoftwareBitmap 에서 시각적 요소를 만듭니다.

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

제공된 SoftwareBitmap 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다.

SetContentFromSoftwareBitmap(SoftwareBitmap)

끌어서 놓기 작업에서 끌어온 데이터를 나타내는 제공된 SoftwareBitmap 에서 시각적 요소를 만듭니다.

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

끌기 시각적 개체를 만드는 데 사용되는 원본 이미지입니다.

특성

추가 정보

적용 대상

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

제공된 SoftwareBitmap 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다.

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

끌기 시각적 개체를 만드는 데 사용되는 원본 이미지입니다.

anchorPoint
Point

포인터에서 끌어서 놓기 시각적 개체의 상대 위치입니다.

특성

추가 정보

적용 대상