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.

    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
    See Also
    Rotation

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)

    See Also

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