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