Click or drag to resize

RenderHotspot Constructor

Initializes a new instance of the RenderHotspot class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderHotspot(
	Guid id,
	string name,
	RenderPosition position2D,
	Vector3 position3D,
	RenderHotspotVisibility visibility
)

Parameters

id
Type: SystemGuid
The interest point identifier.
name
Type: SystemString
The interest point name.
position2D
Type: Lumiscaphe.Workshop.InteropRenderPosition
The interest point 2D position in the image coordinates.
position3D
Type: Lumiscaphe.Workshop.InteropVector3
The interest point 3D position in the world coordinates.
visibility
Type: Lumiscaphe.Workshop.InteropRenderHotspotVisibility
The interest point visibility.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also