'Declaration Protected Sub OnMarkRotated( _ ByVal center As ImGearPoint, _ ByVal rotationAngle As ImGearRotationValues _ )
'Usage Dim instance As ImGearARTMark Dim center As ImGearPoint Dim rotationAngle As ImGearRotationValues instance.OnMarkRotated(center, rotationAngle)
protected void OnMarkRotated( ImGearPoint center, ImGearRotationValues rotationAngle )
protected: void OnMarkRotated( ImGearPoint center, ImGearRotationValues rotationAngle )
protected: void OnMarkRotated( ImGearPoint center, ImGearRotationValues rotationAngle )
Parameters
- center
 - The center point, around which the mark rotated.
 - rotationAngle
 - Rotation angle.
 
