Click or drag to resize

Frame   Conversion (Visual to Frame)

Automatically constructs a VisualFrame instance from a visual.

Namespace: Demo3D.Visuals.Frames
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static implicit operator Frame (
	Visual visual
)

Parameters

visual  Visual
The visual that this instance is to wrap up.

Return Value

Frame

[Missing <returns> documentation for "M:Demo3D.Visuals.Frames.Frame.op_Implicit(Demo3D.Visuals.Visual)~Demo3D.Visuals.Frames.Frame"]

See Also