메소드 | 설명 | |
---|---|---|
Resize ( this bitmap, int width, int height, BitmapScalingMode scalingMode = BitmapScalingMode.HighQuality ) : System.Windows.Media.Imaging.BitmapFrame | ||
SaveAsPng ( this bitmap, string filename ) : void |
public static Resize ( this bitmap, int width, int height, BitmapScalingMode scalingMode = BitmapScalingMode.HighQuality ) : System.Windows.Media.Imaging.BitmapFrame | ||
bitmap | this | |
width | int | |
height | int | |
scalingMode | BitmapScalingMode | |
리턴 | System.Windows.Media.Imaging.BitmapFrame |
public static SaveAsPng ( this bitmap, string filename ) : void | ||
bitmap | this | |
filename | string | |
리턴 | void |