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