'Declaration Public Function New( _
ByVal interactiveObjectA point-based interactive object.As IWpfPointBasedInteractiveObject, _
ByVal minPointCountMinimum count of points in this object.As System.Int32, _
ByVal minLineLengthMinimum distance between neighbouring points.As Single _
)
public WpfPointBasedObjectFreehandBuilder(
IWpfPointBasedInteractiveObject interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public: WpfPointBasedObjectFreehandBuilder(
IWpfPointBasedInteractiveObject* interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public:
WpfPointBasedObjectFreehandBuilder(
IWpfPointBasedInteractiveObject^ interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
Parameters
- interactiveObject
- A point-based interactive object.
- minPointCount
- Minimum count of points in this object.
- minLineLength
- Minimum distance between neighbouring points.