C# 클래스 Frapid.Areas.Drawing.BitmapHelper

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
Resize ( this img, int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight ) : Image
ResizeCropExcess ( string path, int dstWidth, int dstHeight ) : byte[]
ResizeProportional ( this img, int width, int height, bool enlarge = false ) : Image

메소드 상세

Resize() 공개 정적인 메소드

public static Resize ( this img, int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight ) : Image
img this
srcX int
srcY int
srcWidth int
srcHeight int
dstWidth int
dstHeight int
리턴 Image

ResizeCropExcess() 공개 정적인 메소드

public static ResizeCropExcess ( string path, int dstWidth, int dstHeight ) : byte[]
path string
dstWidth int
dstHeight int
리턴 byte[]

ResizeProportional() 공개 정적인 메소드

public static ResizeProportional ( this img, int width, int height, bool enlarge = false ) : Image
img this
width int
height int
enlarge bool
리턴 Image