Class FlipTransform

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll

Flips an image.

C#
Copy
public class FlipTransform : ImageTransform
Inheritance
object
FlipTransform

Constructors

View Source

FlipTransform(Flips)

Initializes a new instance of the FlipTransform class.

Declaration
C#
Copy
public FlipTransform(Flips flip)
Parameters
Type Name Description
Flips flip

The value how to flip an image.

Exceptions
Type Condition
System.ArgumentException

flip is invalid.

System.ArgumentOutOfRangeException

flip is None.

See Also

Properties

View Source

Flip

Gets or sets the value how to flip an image.

Declaration
C#
Copy
public Flips Flip { get; set; }
Property Value
Type Description
Flips
Exceptions
Type Condition
System.ArgumentException

value is invalid.

System.ArgumentOutOfRangeException

value is None.

See Also

See Also