Enum CropFrom
If the item was completely cropped, gets the direction the item was cropped from.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum CropFrom
Fields
Name | Description |
---|---|
Bottom | The item was cropped from the bottom. |
Left | The item was cropped from the left. |
None | The item was not fully cropped. |
Right | The item was cropped from the right. |
Top | The item was cropped from the top. |