ImageScaler.ScaleSoftwareBitmap(SoftwareBitmap, Int32, Int32) 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.
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