Last active
December 30, 2015 18:59
-
-
Save jz5/7871310 to your computer and use it in GitHub Desktop.
サーバーのディレクトリにある画像の読み込み
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim wallBmp = New Bitmap(System.IO.Path.Combine(Server.MapPath("./"), "wallpaper.png")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment