Class CropTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
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 |
API Level: 4
Properties
Declaration
C#Copypublic Rectangle Region { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The X-position of |