AnnGetSecondaryMetafile method (Annotation Control)
Builder Syntax |
int AnnGetSecondaryMetafile(HANNOBJECT hObject, unsigned &hFile) |
Delphi Syntax |
AnnGetSecondaryMetafile(hObject: HANNOBJECT; var hFile: HMETAFILE): L_INT |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets the metafile handle associated with an encryptor object when it is in the ‘decryptor’ state.
The encrypt object has two states:
Encryptor
Decryptor
Each state is displayed with its own metafile.
Use this method to retrieve the current metafile for an encrypt object in a ‘decryptor’ state. The default image is shown in the figure below:
See Also