Class ResizeTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Resizes an image.
public class ResizeTransform : ImageTransform
- Inheritance
Constructors
View SourceResizeTransform(Size)
Initializes a new instance of the ResizeTransform class.
Declaration
public 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
View SourceSize
Gets or sets the size that an image is resized to.
Declaration
public Size Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentOutOfRangeException | The width of |