'Declaration Protected Sub PointsToInteractiveObject( _
ByVal interactiveObjectThe interactive object.As IWpfInteractiveObject, _
ByVal pointsThe points in viewer space.() As System.Windows.Point _
)
protected void PointsToInteractiveObject(
IWpfInteractiveObject interactiveObject,
System.Windows.Point[] points
)
protected: void PointsToInteractiveObject(
IWpfInteractiveObject* interactiveObject,
System.Windows.Point[]* points
)
protected:
void PointsToInteractiveObject(
IWpfInteractiveObject^ interactiveObject,
array<System.Windows.Point>^ points
)
Parameters
- interactiveObject
- The interactive object.
- points
- The points in viewer space.
Return Value
Point in object space.