Click or drag to resize
DigitalRuneTransformedShapeChild Property
Gets or sets the child IGeometricObject.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public IGeometricObject Child { get; set; }

Property Value

Type: IGeometricObject
The child IGeometricObject. Must not be .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also