DragUIOverride.SetContentFromBitmapImage 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetContentFromBitmapImage(BitmapImage) |
제공된 BitmapImage 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타냅니다. |
SetContentFromBitmapImage(BitmapImage, Point) |
제공된 BitmapImage 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다. |
SetContentFromBitmapImage(BitmapImage)
제공된 BitmapImage 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타냅니다.
public:
virtual void SetContentFromBitmapImage(BitmapImage ^ bitmapImage) = SetContentFromBitmapImage;
/// [Windows.Foundation.Metadata.Overload("SetContentFromBitmapImage")]
void SetContentFromBitmapImage(BitmapImage const& bitmapImage);
[Windows.Foundation.Metadata.Overload("SetContentFromBitmapImage")]
public void SetContentFromBitmapImage(BitmapImage bitmapImage);
function setContentFromBitmapImage(bitmapImage)
Public Sub SetContentFromBitmapImage (bitmapImage As BitmapImage)
매개 변수
- bitmapImage
- BitmapImage
끌기 시각적 개체를 만드는 데 사용되는 원본 이미지입니다.
- 특성
추가 정보
적용 대상
SetContentFromBitmapImage(BitmapImage, Point)
제공된 BitmapImage 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다.
public:
virtual void SetContentFromBitmapImage(BitmapImage ^ bitmapImage, Point anchorPoint) = SetContentFromBitmapImage;
/// [Windows.Foundation.Metadata.Overload("SetContentFromBitmapImageWithAnchorPoint")]
void SetContentFromBitmapImage(BitmapImage const& bitmapImage, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromBitmapImageWithAnchorPoint")]
public void SetContentFromBitmapImage(BitmapImage bitmapImage, Point anchorPoint);
function setContentFromBitmapImage(bitmapImage, anchorPoint)
Public Sub SetContentFromBitmapImage (bitmapImage As BitmapImage, anchorPoint As Point)
매개 변수
- bitmapImage
- BitmapImage
끌기 시각적 개체를 만드는 데 사용되는 원본 이미지입니다.
- anchorPoint
- Point
포인터에서 끌기 시각적 개체의 상대 위치입니다.
- 특성