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