'Declaration Public Function New( _
ByVal interactiveObjectАннотация на основе точек.As IWpfPointBasedAnnotation, _
ByVal minPointCountМинимальное количество точек в аннотации.As System.Int32, _
ByVal minLineLengthМинимальное расстояние между соседними точками.As Double _
)
public WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
public: WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation* interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
public:
WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation^ interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
Parameters
- interactiveObject
- Аннотация на основе точек.
- minPointCount
- Минимальное количество точек в аннотации.
- minLineLength
- Минимальное расстояние между соседними точками.