Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キャンバスにあるシンプルな ImageSource Silverlight コントロールがあります。正常に動作します。ImageSource の内容をバイト配列に抽出する方法はありますか?
乾杯!
PS。SL のどのバージョンでも問題ありません。
ImageSourceコンポーネントからバイト配列を取得できるかどうかはわかりませんが、おそらくBitmapImageを作成してそのUriSourceプロパティを設定し、そこからバイト[]を取得することができます。あなたの質問に対する正確な答えではありませんが、hth;)