C# 클래스 Longkong.Utility.ImageManipulation

This class provides an array of image manipulation functionality.
파일 보기 프로젝트 열기: Longkong/Pojjaman

공개 메소드들

메소드 설명
CaptureDesktopRegion ( Point location, Size size ) : Image
StretchImage ( Image sourceImage, Point p, Rectangle zoomRegion, Size desiredSize ) : Image

메소드 상세

CaptureDesktopRegion() 공개 정적인 메소드

public static CaptureDesktopRegion ( Point location, Size size ) : Image
location Point
size System.Drawing.Size
리턴 Image

StretchImage() 공개 정적인 메소드

public static StretchImage ( Image sourceImage, Point p, Rectangle zoomRegion, Size desiredSize ) : Image
sourceImage Image
p Point
zoomRegion System.Drawing.Rectangle
desiredSize System.Drawing.Size
리턴 Image