C# 클래스 Common.Resources.Tools

Provides various image untilities, such as high quality resizing.
파일 보기 프로젝트 열기: sall/vixen

공개 메소드들

메소드 설명
GetIcon ( Image image, int sideLength ) : Bitmap
ResizeImage ( Image image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

메소드 상세

GetIcon() 공개 정적인 메소드

public static GetIcon ( Image image, int sideLength ) : Bitmap
image Image
sideLength int
리턴 System.Drawing.Bitmap

ResizeImage() 공개 정적인 메소드

Resize the image to the specified width and height.
public static ResizeImage ( Image image, int width, int height ) : Bitmap
image Image The image to resize.
width int The width to resize to.
height int The height to resize to.
리턴 System.Drawing.Bitmap