Neodynamic ImageDraw for ASP.NET
Crop
Represented by Neodynamic.WebControls.ImageDraw.Crop class.

This action crops a rectangular or irregular section from an Element. The rectangular section to crop is specified by an x/y location and a given size. An irregular section is determined by a set of pair of points specified in the PathPoints property

In the following example we have an ImageElement on the Canvas and a Crop action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with Crop action applied on it.

ImageElement with "irregular" Crop action applied on it.
PathPoints property = "10,10,150,40,170,100,30,180"


Syntax sample