CropShape Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Crop shape enumeration. Default is Rectangular
public enum CropShape
type CropShape =
Public Enum CropShape
- Inheritance
-
CropShape
Fields
Name | Value | Description |
---|---|---|
Rectangular | 0 | Use rectangular shape to crop image. |
Circular | 1 | Use circular shape to crop image. |