C# Class Longkong.Utility.ImageManipulation

This class provides an array of image manipulation functionality.
显示文件 Open project: Longkong/Pojjaman

Public Methods

Method Description
CaptureDesktopRegion ( Point location, Size size ) : Image
StretchImage ( Image sourceImage, Point p, Rectangle zoomRegion, Size desiredSize ) : Image

Method Details

CaptureDesktopRegion() public static method

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

StretchImage() public static method

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