'Declaration Public Sub Rotate( _ ByVal center As ImGearPoint, _ ByVal rotationValue As ImGearRotationValues _ )
'Usage Dim instance As ImGearARTPage Dim center As ImGearPoint Dim rotationValue As ImGearRotationValues instance.Rotate(center, rotationValue)
public void Rotate( ImGearPoint center, ImGearRotationValues rotationValue )
public: void Rotate( ImGearPoint center, ImGearRotationValues rotationValue )
public: void Rotate( ImGearPoint center, ImGearRotationValues rotationValue )
Parameters
- center
- The center point, around which to rotate the page.
- rotationValue
- Rotation angle.