DragUIOverride.SetContentFromSoftwareBitmap 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
포인터의 위치를 기반으로 하는 비트맵의 위치입니다.
- 특성