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