Click or drag to resize
DigitalRuneTransformedFigureChild Property
Gets or sets the figure that is transformed.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Figure Child { get; set; }

Property Value

Type: Figure
The figure that is transformed.
Exceptions
ExceptionCondition
ArgumentNullException The value is .
See Also