Class ImageTransformGroup

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll
API Level:
4

Represents a ImageTransform that is a composite of the transforms.

C#
Copy
public class ImageTransformGroup : ImageTransform
Inheritance
ImageTransformGroup

Constructors

View Source

ImageTransformGroup()

Initializes a new instance of the ImageTransformGroup class.

Declaration
C#
Copy
public ImageTransformGroup()
API Level: 4

Properties

View Source

Children

Gets or sets the ImageTransformCollection.

Declaration
C#
Copy
public ImageTransformCollection Children { get; set; }
Property Value
Type Description
ImageTransformCollection
API Level: 4