Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SoftwareBitmap.Copy(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.

Creates a copy of the provided SoftwareBitmap object.

public:
 static SoftwareBitmap ^ Copy(SoftwareBitmap ^ source);
 static SoftwareBitmap Copy(SoftwareBitmap const& source);
public static SoftwareBitmap Copy(SoftwareBitmap source);
function copy(source)
Public Shared Function Copy (source As SoftwareBitmap) As SoftwareBitmap

Parameters

source
SoftwareBitmap

The software bitmap to copy.

Returns

The newly created copy of the software bitmap.

Applies to


Feedback

Was this page helpful?