Class FlipTransform

    Definition

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

    Flips an image.

    public class FlipTransform : ImageTransform
    Inheritance
    object
    ImageTransform
    FlipTransform

    Constructors

    View Source

    FlipTransform(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

    flip is invalid.

    System.ArgumentOutOfRangeException

    flip is None.

    See Also
    Rotation

    Properties

    View Source

    Flip

    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

    value is invalid.

    System.ArgumentOutOfRangeException

    value is None.

    See Also
    Rotation

    See Also

    Rotation
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX