'Declaration Protected Function New( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation, _
ByVal minReferencePointCountMinimal count of points in a figure.As System.Int32, _
ByVal isReferencePointCountFixedA value indicating whether minReferencePointCount cannot be changed.As Boolean _
)
protected PdfAnnotationGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation,
System.Int32 minReferencePointCount,
bool isReferencePointCountFixed
)
protected: PdfAnnotationGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation,
System.Int32 minReferencePointCount,
bool isReferencePointCountFixed
)
protected:
PdfAnnotationGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation,
System.Int32 minReferencePointCount,
bool isReferencePointCountFixed
)
Parameters
- annotation
- The annotation.
- minReferencePointCount
- Minimal count of points in a figure.
- isReferencePointCountFixed
- A value indicating whether minReferencePointCount cannot be changed.