Class ResizeTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Resizes an image.
C#Copypublic class ResizeTransform : ImageTransform
- Inheritance
Constructors
Declaration
C#Copypublic ResizeTransform(Size size)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | size | The size that an image is resized to. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException | The width of |
Properties
Declaration
C#Copypublic Size Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException | The width of |