Метод | Описание | |
---|---|---|
ConvertBitmapToBitmapImage ( |
||
ResizeImage ( |
Resize the image to the specified width and height.
|
|
SavePng ( string path, |
public static ConvertBitmapToBitmapImage ( |
||
bitmap | ||
Результат |
public static ResizeImage ( |
||
image | The image to resize. | |
size | The width and height to resize to. | |
Результат |
public static SavePng ( string path, |
||
path | string | |
image | ||
Результат | void |