C# 클래스 WinGrooves.Utils.ImageUtils

파일 보기 프로젝트 열기: xolarity/WinGrooves

공개 메소드들

메소드 설명
BitmapFromUrl ( string url ) : Bitmap

Retrieves the image at the url.

메소드 상세

BitmapFromUrl() 공개 정적인 메소드

Retrieves the image at the url.
public static BitmapFromUrl ( string url ) : Bitmap
url string url of image.
리턴 System.Drawing.Bitmap