IWIDGET_SETROTATIONANGLE()
Brew Release
Brew MP 1.0.2
See Also
PROPEX_ROTATIONANGLE
Rotate Widget
IWidget_GetRotationAngle()
Description
This function is used to set the rotation angle for a rotate widget.
Params
pif
[]:
Pointer to the IWidget object.
nRotationAngle
[]:
Rotation Angle to be set.
Interface
Prototype
int IWidget_SetRotationAngle(IWidget *pif, int nRotationAngle);
Return
AEE_SUCCESS - If the widget is able to successfully set the rotation angle. AEE_EFAILED - Otherwise
Side Effect
- None
Comments
None
COMMENTS (0)
See Below