Class RotateTransform

    Definition

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

    Rotates an image.

    public class RotateTransform : ImageTransform
    Inheritance
    object
    ImageTransform
    RotateTransform

    Constructors

    View Source

    RotateTransform(Rotation)

    Initializes a new instance of the RotateTransform class.

    Declaration
    public RotateTransform(Rotation rotation)
    Parameters
    Type Name Description
    Rotation rotation

    The value how to rotate an image.

    See Also
    Rotation

    Properties

    View Source

    Rotation

    Gets or sets the value how to rotate an image.

    Declaration
    public Rotation Rotation { get; set; }
    Property Value
    Type Description
    Rotation
    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