Represents a transformed shape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
[SerializableAttribute]
public class TransformedShape : Shape
Visual Basic
<SerializableAttribute> _
Public Class TransformedShape _
	Inherits Shape
Visual C++
[SerializableAttribute]
public ref class TransformedShape : public Shape

Remarks

This shape can be used to add a local transformation (scaling, rotation and translation) to a Shape. The actual shape and the transformation is stored in Child.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Geometry.Shapes..::..Shape
    DigitalRune.Geometry.Shapes..::..TransformedShape

See Also