#include “BiAnno.h”
BOOL CALLBACK AnnoPasteFromClipboard( INT_PTR pAnno )
Description
This function pastes the annotation from the clipboard to the upper left corner of the image.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None