Smartmobili.Cocoa.NSView.SetBoundsRotation C# (CSharp) Method

SetBoundsRotation() public method

public SetBoundsRotation ( double angle ) : void
angle double
return void
        public virtual void SetBoundsRotation(double angle)
        {
            this.RotateByAngle(angle - this.GetBoundsRotation());
        }
NSView