Search Results for

    Show / Hide Table of Contents

    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
    ArgumentException

    flip is invalid.

    ArgumentOutOfRangeException

    flip is None.

    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
    ArgumentException

    value is invalid.

    ArgumentOutOfRangeException

    value is None.

    See Also

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