Beispiel #1
0
 public static Bitmap ToBitmap(this NSImage self)
 {
     return(self.ToCGImage()?.ToBitmap());
 }