Class CropTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Crops an image.
public class CropTransform : ImageTransform
- Inheritance
Constructors
View SourceCropTransform(Rectangle)
Initializes a new instance of the CropTransform class.
Declaration
public CropTransform(Rectangle region)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | region | The crop region. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The X-position of |
Properties
View SourceRegion
Gets or sets the crop region.
Declaration
public Rectangle Region { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The X-position of |