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.
Windows Mobile デバイスのさまざまな画面サイズを考慮すると、WinForm アプリケーションで表示する写真の理想的なサイズはどれですか?
そして、サムネイルはどうですか?表示する画像のサムネイルを作成するアルゴリズムはありますか?
写真の表示は、モバイル画面の解像度によって異なります。デフォルトの画像コントロールを見るだけで、ある程度のアイデアが得られます。
最初にサムネイルを生成し、それらを特定のフォルダーの別のフォルダーに保持し、必要に応じてそれらをロードして表示できます。