4@KaoruHeart WPFの画像相互コンバーター。BitmapImageからBitmapSourceへの変換。WPFbitmapBitmapImageBitmapSource4More than 1 year has passed since last update. 簡単にCastできることもある。 public BitmapSource BitmapImage2BitmapSource(BitmapImage original) { return (BitmapSource)original; } Edit requestStockLike4KaoruHeart 簡単にCastできることもある。