Documentation
|
#include <AnnotationPage.h>
Public Member Functions | |
AnnotationCollection () | |
Constructor of a class. | |
virtual System::Collections::IEnumerator^ | GetEnumerator () |
use to get enumerator of annotations. | |
void | AddAnnotation (MSTAnnotation^ obj) |
use to add annotation. More... | |
void | RemoveAnnotation (MSTAnnotation^ obj) |
use to remove annotation. More... | |
void | RemoveAllAnnotation () |
use to remove all annotations. | |
Properties | |
int | AnnotationCount [get] |
Get total number of annotations. | |
List< MSTAnnotation^ >^ | AllAnnotation [get] |
Get all annotations. | |
MSTAnnotation^ | Annotation[Int32] [get] |
this is a class which is used as annotation collection.
void MST::Imaging::Annotations::AnnotationCollection::AddAnnotation | ( | MSTAnnotation^ | obj | ) |
use to add annotation.
obj | annotation which will be added. |
void MST::Imaging::Annotations::AnnotationCollection::RemoveAnnotation | ( | MSTAnnotation^ | obj | ) |
use to remove annotation.
obj | annotation which will be remove. |