'Declaration Public Shared Function CreateRenderer( _
ByVal annotationDataAnnotation data.As Vintasoft.Imaging.Annotation.AnnotationData _
) As AnnotationRenderer
public static AnnotationRenderer CreateRenderer(
Vintasoft.Imaging.Annotation.AnnotationData annotationData
)
public: static AnnotationRenderer* CreateRenderer(
Vintasoft.Imaging.Annotation.AnnotationData* annotationData
)
public:
static AnnotationRenderer^ CreateRenderer(
Vintasoft.Imaging.Annotation.AnnotationData^ annotationData
)
Parameters
- annotationData
- Annotation data.
Return Value
Renderer for annotation data.