[]
HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)
public void CopyFromBitmap(Bitmap bitmap)
Type | Name | Description |
---|---|---|
Bitmap | bitmap |
HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)
public void CopyFromBitmap(Point2L destPoint, Bitmap bitmap)
Type | Name | Description |
---|---|---|
Point2L | destPoint | |
Bitmap | bitmap |
HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)
public void CopyFromBitmap(Bitmap bitmap, RectL srcRect)
Type | Name | Description |
---|---|---|
Bitmap | bitmap | |
RectL | srcRect |
HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)
public void CopyFromBitmap(Point2L destPoint, Bitmap bitmap, RectL srcRect)
Type | Name | Description |
---|---|---|
Point2L | destPoint | |
Bitmap | bitmap | |
RectL | srcRect |