Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active December 30, 2015 18:59
Show Gist options
  • Save jz5/7871310 to your computer and use it in GitHub Desktop.
Save jz5/7871310 to your computer and use it in GitHub Desktop.
サーバーのディレクトリにある画像の読み込み
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