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.

    Exceptions
    Type Condition
    System.ArgumentException

    rotation is invalid.

    System.ArgumentOutOfRangeException

    rotation is Rotate90.

    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
    Exceptions
    Type Condition
    System.ArgumentException

    value is invalid.

    System.ArgumentOutOfRangeException

    value is Rotate90.

    See Also
    Rotation

    See Also

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