Class ResizeTransform

    Definition

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

    Resizes an image.

    public class ResizeTransform : ImageTransform
    Inheritance
    object
    ImageTransform
    ResizeTransform

    Constructors

    View Source

    ResizeTransform(Size)

    Initializes a new instance of the ResizeTransform class.

    Declaration
    public ResizeTransform(Size size)
    Parameters
    Type Name Description
    Size size

    The size that an image is resized to.

    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    The width of size is less than or equal to zero.
    -or-
    The height of size is less than or equal to zero.

    Properties

    View Source

    Size

    Gets or sets the size that an image is resized to.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    Size
    Exceptions
    Type Condition
    System.ArgumentOutOfRangeException

    The width of value is less than or equal to zero.
    -or-
    The height of value is less than or equal to zero.

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