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