다음을 통해 공유


DragUIOverride.SetContentFromSoftwareBitmap 메서드

정의

오버로드

SetContentFromSoftwareBitmap(SoftwareBitmap)

끌기 중인 콘텐츠의 시각적 표현이 지정된 비트맵에서 파생되도록 지정합니다.

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

끌어서 놓는 콘텐츠의 시각적 표현이 지정된 비트맵에서 파생되고 포인터의 위치에 따라 지정된 위치에 표시되도록 지정합니다.

SetContentFromSoftwareBitmap(SoftwareBitmap)

끌기 중인 콘텐츠의 시각적 표현이 지정된 비트맵에서 파생되도록 지정합니다.

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

매개 변수

bitmap
SoftwareBitmap

끌어간 콘텐츠의 시각적 표현으로 사용할 비트맵입니다.

특성

적용 대상

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

끌어서 놓는 콘텐츠의 시각적 표현이 지정된 비트맵에서 파생되고 포인터의 위치에 따라 지정된 위치에 표시되도록 지정합니다.

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

매개 변수

bitmap
SoftwareBitmap

끌어간 콘텐츠의 시각적 표현으로 사용할 비트맵입니다.

anchorPoint
Point

포인터의 위치를 기반으로 하는 비트맵의 위치입니다.

특성

적용 대상