'Declaration Public Function AddRectangularAnnotation( _
ByVal annotationThe rectangular annotation that should be added to this manager.As Vintasoft.Imaging.Annotation.RectangleAnnotationData _
) As Vintasoft.Imaging.Annotation.RectangleAnnotationData
public Vintasoft.Imaging.Annotation.RectangleAnnotationData AddRectangularAnnotation(
Vintasoft.Imaging.Annotation.RectangleAnnotationData annotation
)
public: Vintasoft.Imaging.Annotation.RectangleAnnotationData* AddRectangularAnnotation(
Vintasoft.Imaging.Annotation.RectangleAnnotationData* annotation
)
public:
Vintasoft.Imaging.Annotation.RectangleAnnotationData^ AddRectangularAnnotation(
Vintasoft.Imaging.Annotation.RectangleAnnotationData^ annotation
)
Parameters
- annotation
- The rectangular annotation that should be added to this manager.
Return Value
The source rectangular annotation that fills the the annotation viewer.