'Declaration Public Function New( _
ByVal interactiveObjectThe interactive object.As IWpfInteractiveObject, _
ByVal useObjectBoundingBoxA value indicating whether the bounding box of interactive object should be used as bounding box of interaction area.As Boolean _
)
public WpfInteractiveObjectBoundingBoxSelection(
IWpfInteractiveObject interactiveObject,
bool useObjectBoundingBox
)
public: WpfInteractiveObjectBoundingBoxSelection(
IWpfInteractiveObject* interactiveObject,
bool useObjectBoundingBox
)
public:
WpfInteractiveObjectBoundingBoxSelection(
IWpfInteractiveObject^ 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.