Enumeration
TrimType
The type of pixels to trim around an image.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 9 | readonly | Removes from the image an area the color of the lower right pixel. | |
| Int = 1 | readonly | Removes from the image an area the color of the upper left pixel. | |
| Int = 0 | readonly | Trims away transparency at the edges of the image, leaving the smallest image containing nontransparent pixels. |
Parameter of 1
Method parameters that accept an TrimType value.