Click or drag to resize

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
Syntax
C#
public VisualFrame(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual that this instance is wrapping up.
Exceptions
ExceptionCondition
ArgumentNullException
See Also