Class
TransformGroup

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public sealed class TransformGroup : Transform

Inheritance: objectTransformTransformGroup

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

Constructors

TransformGroup()

Initializes a new instance of the class.

Declaration

cs-api-definition
public TransformGroup()

Properties

Children

Gets or sets the that defines this .

Declaration

cs-api-definition
public List<Transform> Children { get; set; }

Property Value

List<Transform>

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

Value

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

Declaration

cs-api-definition
public override Matrix Value { get; }

Property Value

Matrix

A composite of the objects in this .

Overrides Transform.Value

Methods

CreateInstanceCore()

Declaration

cs-api-definition
public TransformGroup CreateInstanceCore()

Returns

TransformGroup