VisualFrame Constructor (Visual) |
Initializes a new instance of the VisualFrame class with an visual to wrap up as a frame.
Namespace:
Demo3D.Visuals.Frames
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic VisualFrame(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
The visual that this instance is wrapping up.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also