C# 클래스 FolketsTing.Controllers.ImageExtensions

파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
Resize ( this image, int width, int height ) : Image

메소드 상세

Resize() 공개 정적인 메소드

public static Resize ( this image, int width, int height ) : Image
image this
width int
height int
리턴 System.Drawing.Image