'Declaration Public Function New( _
ByVal leaderLineLeader line object.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfLeaderLineAnnotationView, _
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 WpfLeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfLeaderLineAnnotationView leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public: WpfLeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfLeaderLineAnnotationView* leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public:
WpfLeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfLeaderLineAnnotationView^ leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
Parameters
- leaderLine
- Leader line 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.