SoftwareBitmap.CopyTo(SoftwareBitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the current SoftwareBitmap into the provided SoftwareBitmap object.
public:
virtual void CopyTo(SoftwareBitmap ^ bitmap) = CopyTo;
void CopyTo(SoftwareBitmap const& bitmap);
public void CopyTo(SoftwareBitmap bitmap);
function copyTo(bitmap)
Public Sub CopyTo (bitmap As SoftwareBitmap)
Parameters
- bitmap
- SoftwareBitmap
The target software bitmap into which the data will be copied.