New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class TransformGroup : Transform

Inheritance: objectTransformTransformGroup

Inherited Members Transform.TransformBounds(Rect)Transform.TryTransform(Point, out Point)Transform.TransformPoint(Point)Transform.IdentityTransform.Inverse

Constructors

Initializes a new instance of the class.

C#
public TransformGroup()

Properties

Gets or sets the that defines this .

C#
public List<Transform> Children { get; set; }
Property Value:

A collection of objects that define this . The default is an empty collection.

Gets the Matrix structure that describes the transformation represented by this .

C#
public override Matrix Value { get; }
Property Value:

A composite of the objects in this .

Overrides: Transform.Value

Methods

C#
public TransformGroup CreateInstanceCore()
Returns:

TransformGroup