Share via


ImageScaler.ScaleSoftwareBitmap(SoftwareBitmap, Int32, Int32) Method

Definition

public:
 virtual SoftwareBitmap ^ ScaleSoftwareBitmap(SoftwareBitmap ^ softwareBitmap, int width, int height) = ScaleSoftwareBitmap;
SoftwareBitmap ScaleSoftwareBitmap(SoftwareBitmap const& softwareBitmap, int const& width, int const& height);
public SoftwareBitmap ScaleSoftwareBitmap(SoftwareBitmap softwareBitmap, int width, int height);
function scaleSoftwareBitmap(softwareBitmap, width, height)
Public Function ScaleSoftwareBitmap (softwareBitmap As SoftwareBitmap, width As Integer, height As Integer) As SoftwareBitmap

Parameters

softwareBitmap
SoftwareBitmap
width
Int32

int

height
Int32

int

Returns

Applies to