:: com :: sun :: star :: drawing ::

interface XCustomShapeHandle
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCustomShapeHandle
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
The XCustomShapeHandle

Methods' Summary
getPosition is getting the actual handle position  
setControllerPosition is setting a new positon for the handle  
Methods' Details
getPosition
::com::sun::star::awt::Point
getPosition();

Description
is getting the actual handle position
Returns
a the actual handle position
setControllerPosition
void
setControllerPosition( [in] ::com::sun::star::awt::Point  aPoint );

Description
is setting a new positon for the handle
Top of Page