'Declaration Public Function New( _
ByVal interactiveObjectThe interactive object.As IInteractiveObject, _
ByVal useObjectBoundingBoxA value indicating whether the bounding box of interactive object should be used as bounding box of interaction area.As Boolean _
)
public InteractiveObjectBoundingBoxSelection(
IInteractiveObject interactiveObject,
bool useObjectBoundingBox
)
public: InteractiveObjectBoundingBoxSelection(
IInteractiveObject* interactiveObject,
bool useObjectBoundingBox
)
public:
InteractiveObjectBoundingBoxSelection(
IInteractiveObject^ interactiveObject,
bool useObjectBoundingBox
)
Parameters
- interactiveObject
- The interactive object.
- useObjectBoundingBox
- A value indicating whether the bounding box of interactive object should be used as bounding box of interaction area.