示例#1
0
 public static Bitmap Bitmap(this ImageSource input) => input.As <BitmapSource>().Bitmap();