11-17-2008, 13:47
|
Walter

Joined on 04-14-2008
Charlotte, NC
Posts 125
|
Re: How can I set the position of the rotate handle for a stamp annotation
|
 
 
|
|
|
Hello Joe,
Try the AnnEnumerateHandle method (ILEADRasterAnnotation), which will fire a OnEnumerateHandle Event for each handle found if the EnableFireEnumerateHandleEvent property is enabled.
Another option may be to use the API interface instead. L_AnnEnumerateHandles is the equivalent to the COM's AnnEnumerateHandle method.
With these, you should be able to manually set the location of the rotation handle. To find if the handle is the rotate handle, use the constants ANN_HANDLE_TYPE_ROTATE_HANDLE and ANNHANDLETYPE_ROTATE_HANDLE with the COM and API, respectively.
With the handle information specifically, you should be able to manually set where the handle is locatated.
Walter Technical Support LEADTOOLS support@leadtools.com
|
|
|
|
|
Report
|
|
|
|