AnnoUIRotateObj270

#include “BiAnno.h”

BOOL CALLBACK AnnoUIRotateObj270( INT_PTR pAnno )

Description

This function rotates counterclockwise the selected object in place by 270 degrees. If there is no object selected, the function returns FALSE.

Parameters

INT_PTR

PAnno

Annotation handle

Return value

TRUE on success, otherwise FALSE.

Programming Notes

This function works for all annotation objects. The rotation of the metafile and rubber stamp objects works only under Windows NT or later.

Code Example

None