Neodynamic ImageDraw SDK for .NET
Crop
Represented by Neodynamic.SDK.Crop class.

This action crops a rectangular section from an Element. The rectangular section to crop is specified by an x/y location and a given size.

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.


Syntax sample