WPFとVB.NET、表示した画像をクリックした場所の色の取得はややこしい

WPFで画像をクリックした場所の色を取得 Class MainWindow Private Sub MainWindow_Loaded(sender As Object, e As RoutedEventArgs) Handles Me.Loaded Dim b As BitmapImage Dim path As Uri path = New Uri("D:\ブログ用\テスト用画像\TransparentRect.png") 'path = New Uri("D:\ブログ用\テスト用画像\TransparentRec…