Click or drag to resize
DigitalRuneFigureNodeFigure Property
Gets or sets the drawing.

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

Property Value

Type: Figure
The drawing.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
See Figure for more information.
See Also