Click or drag to resize

VisualFrame(Visual) Constructor

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

Parameters

visual  Visual
The visual that this instance is wrapping up.
Exceptions
ExceptionCondition
ArgumentNullException
See Also