'Declaration Public Function New( _
ByVal leaderLineA leader line object.As Vintasoft.Imaging.Annotation.UI.LeaderLineAnnotationView, _
ByVal minPointCountSpecifies minimum count of points in this object.As System.Int32, _
ByVal maxPointCountSpecifies maximum 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 LeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.LeaderLineAnnotationView leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public: LeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.LeaderLineAnnotationView* leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
public:
LeaderLineAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.LeaderLineAnnotationView^ leaderLine,
System.Int32 minPointCount,
System.Int32 maxPointCount
)
Parameters
- leaderLine
- A leader line object.
- minPointCount
- Specifies minimum count of points in this object.
- maxPointCount
- Specifies maximum count of points in this object. Set value of this parameter to 0 if maximum count of points is not limited.