Specifies the type of crop operation to perform on an image.
Namespace: ImageSenseAssembly: 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 name | Value | Description | |
---|---|---|---|
Unspecified | 0 | A Rectangle shall be provided. | |
Top | 1 | Remove pixels from the top of the image. | |
Right | 2 | Remove pixels from the right side of the image. | |
Bottom | 4 | Remove pixels from the bottom of the image. | |
Left | 8 | Remove pixels from the left side of the image. |