'Declaration Public Function New( _
ByVal interactiveObjectA point-based interactive object.As IWpfPointBasedInteractiveObject, _
ByVal minPointCountMinimum count of points in this object.As System.Int32, _
ByVal maxPointCountMaximum count of points in this object. Set value of this parameter to 0 if maximum count of points is not limited.As System.Int32 _
)
public WpfPointBasedObjectPointBuilder(
IWpfPointBasedInteractiveObject interactiveObject,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public: WpfPointBasedObjectPointBuilder(
IWpfPointBasedInteractiveObject* interactiveObject,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public:
WpfPointBasedObjectPointBuilder(
IWpfPointBasedInteractiveObject^ interactiveObject,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
Parameters
- interactiveObject
- A point-based interactive object.
- minPointCount
- Minimum count of points in this object.
- maxPointCount
- Maximum count of points in this object. Set value of this parameter to 0 if maximum count of points is not limited.