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
Constructors
View SourceImageTransformGroup()
Initializes a new instance of the ImageTransformGroup class.
Declaration
public ImageTransformGroup()
Properties
View SourceChildren
Gets or sets the ImageTransformCollection.
Declaration
public ImageTransformCollection Children { get; set; }
Property Value
Type | Description |
---|---|
ImageTransformCollection |