'Declaration Public Overloads Shared Sub RenderAnnotations( _
ByVal annotationsThe annotation collection to render.As Vintasoft.Imaging.VintasoftImage, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal backgroundImageThe background image.As Vintasoft.Imaging.Annotation.AnnotationDataCollection _
)
public static void RenderAnnotations(
Vintasoft.Imaging.VintasoftImage annotations,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection backgroundImage
)
public: static void RenderAnnotations(
Vintasoft.Imaging.VintasoftImage* annotations,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection* backgroundImage
)
public:
static void RenderAnnotations(
Vintasoft.Imaging.VintasoftImage^ annotations,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Annotation.AnnotationDataCollection^ backgroundImage
)
Parameters
- annotations
- The annotation collection to render.
- image
- The image.
- backgroundImage
- The background image.