Class RotateTransform
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Rotates an image.
public class RotateTransform : ImageTransform
- Inheritance
Constructors
View SourceRotateTransform(Rotation)
Initializes a new instance of the RotateTransform class.
Declaration
public RotateTransform(Rotation rotation)
Parameters
Type | Name | Description |
---|---|---|
Rotation | rotation | The value how to rotate an image. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentOutOfRangeException |
|
See Also
Properties
View SourceRotation
Gets or sets the value how to rotate an image.
Declaration
public Rotation Rotation { get; set; }
Property Value
Type | Description |
---|---|
Rotation |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentOutOfRangeException |
|