Class ImageTransformGroup

    Definition

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

    Represents a ImageTransform that is a composite of the transforms.

    public class ImageTransformGroup : ImageTransform
    Inheritance
    object
    ImageTransform
    ImageTransformGroup

    Constructors

    View Source

    ImageTransformGroup()

    Initializes a new instance of the ImageTransformGroup class.

    Declaration
    public ImageTransformGroup()

    Properties

    View Source

    Children

    Gets or sets the ImageTransformCollection.

    Declaration
    public ImageTransformCollection Children { get; set; }
    Property Value
    Type Description
    ImageTransformCollection
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX