Specifies the type of crop operation to perform on an image.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[FlagsAttribute]
public enum CropFrom
Visual Basic
<FlagsAttribute> _
Public Enumeration CropFrom
Visual C++
[FlagsAttribute]
public enum class CropFrom

Members

Member nameValueDescription
Unspecified0 A Rectangle shall be provided.
Top1 Remove pixels from the top of the image.
Right2 Remove pixels from the right side of the image.
Bottom4 Remove pixels from the bottom of the image.
Left8 Remove pixels from the left side of the image.

See Also