In symbian there is only 90,180 amd 270 degree rotation.But i want rotate by 10 degree.How can i do this?
Printable View
In symbian there is only 90,180 amd 270 degree rotation.But i want rotate by 10 degree.How can i do this?
Hi,
Try this enum TPABRotationAngle
{
EPBRot0 = 0(or any angle u want to rotate)
}
Regards,
Ravi