Click or drag to resize

RenderPickerMaterialPick Method

Picks the material at a specified pixel position.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderPickerPickMaterial Pick(
	RenderPosition position
)

Parameters

position
Type: Lumiscaphe.Workshop.InteropRenderPosition
The pixel position.

Return Value

Type: RenderPickerPickMaterial
The picked material if a material exists under position; otherwise, null.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderPickerMaterial::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also