How to Crop EMF Image using Shifts or Rectangle Approaches in .NET Applications


/ Published in: C#
Save to your folder(s)

This technical tip explains how .NET developers can Crop an EMF Image inside their .NET applications. Image cropping usually refers to the removal of the outer parts of an image to help improve the framing. Cropping may also be used to cut out some portion of an image to increase the focus on a particular area. Aspose.Imaging for .Net API supports two different approaches for cropping image: by shifts and by rectangle. The EmfImage class provides an overloaded version of the Crop method that accepts 4 integer values denoting Left, Right, Top & Bottom. Based on these four values, the Crop method moves the image boundaries toward the center of the image while discarding the outer portion.

URL: http://www.aspose.com/.net/imaging-component.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.