| 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
)
public:
RenderPickerPickMaterial^ Pick(
RenderPosition position
)
Parameters
- position
- Type: Lumiscaphe.Workshop.InteropRenderPosition
The pixel position.
Return Value
Type:
RenderPickerPickMaterialThe picked material if a material exists under
position; otherwise, null.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also