|
ZOOM Windows SDK
5.2.42037.1112
|
Annotation controller interface. More...
#include <customized_annotation.h>
Public Member Functions | |
| virtual SDKError | SetEvent (ICustomizedAnnotationControllerEvent *event_)=0 |
| Set annotation controller callback event handler. More... | |
| virtual SDKError | CreateAnnoObj (ICustomizedShareRender *view_share_render, ICustomizedAnnotationObj **pp_obj)=0 |
| An instance created on the specified render which is an object of ICustomizedShareRender created on the sharing window. More... | |
| virtual SDKError | DestroyAnnoObj (ICustomizedAnnotationObj *anno_obj)=0 |
| Destroy the specified annotation object. More... | |
Annotation controller interface.
|
pure virtual |
An instance created on the specified render which is an object of ICustomizedShareRender created on the sharing window.
| view_share_render | Specify the render to receive the shared content. The sharer should set the value to NULL. |
| pp_obj | A pointer to the ICustomizedAnnotationObj*. |
|
pure virtual |
Destroy the specified annotation object.
| anno_obj | Specify the annotation tool to be destroyed. |
|
pure virtual |
Set annotation controller callback event handler.
| event_ | A pointer to the ICustomizedAnnotationControllerEvent that receives annotation controller event. |
1.8.14