Class CropTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Crops an image.
C#Copypublic class CropTransform : ImageTransform
- Inheritance
Constructors
Declaration
C#Copypublic CropTransform(Rectangle region)
Parameters
| Type | Name | Description |
|---|---|---|
| Rectangle | region | The crop region. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException | The X-position of |
Properties
Declaration
C#Copypublic Rectangle Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Rectangle |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException | The X-position of |