'Declaration Public Function New( _
ByVal interactiveObjectТочечная аннотация.As IPointBasedAnnotation, _
ByVal minPointCountУказывает минимальное количество точек в аннотации.As System.Int32, _
ByVal minLineLengthУказывает минимальное расстояние между соседними точками.As Single _
)
public PointBasedAnnotationFreehandBuilder(
IPointBasedAnnotation interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public: PointBasedAnnotationFreehandBuilder(
IPointBasedAnnotation* interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public:
PointBasedAnnotationFreehandBuilder(
IPointBasedAnnotation^ interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
Parameters
- interactiveObject
- Точечная аннотация.
- minPointCount
- Указывает минимальное количество точек в аннотации.
- minLineLength
- Указывает минимальное расстояние между соседними точками.