A www.Sockets4.NET class library

ImageCanvas.Crop Method (Int32, Int32, Int32, Int32)

Crops the image to the specified region

public void Crop(
   int x,
   int y,
   int w,
   int h
);

Parameters

x
X-cooridinate in pixels
y
Y-cooridinate in pixels
w
Width in pixels
h
Height in pixels

See Also

ImageCanvas Class | Sockets4Images Namespace | ImageCanvas.Crop Overload List