C# 클래스 ParkitectNexus.Data.Utilities.ImageUtility

파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
RecolorImage ( Image input, Color color ) : Bitmap
ResizeImage ( Image image, int width, int height ) : Bitmap

메소드 상세

RecolorImage() 공개 정적인 메소드

public static RecolorImage ( Image input, Color color ) : Bitmap
input System.Drawing.Image
color System.Drawing.Color
리턴 System.Drawing.Bitmap

ResizeImage() 공개 정적인 메소드

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