Smartmobili.Cocoa.NSView.SetBoundsRotation C# (CSharp) Метод

SetBoundsRotation() публичный Метод

public SetBoundsRotation ( double angle ) : void
angle double
Результат void
        public virtual void SetBoundsRotation(double angle)
        {
            this.RotateByAngle(angle - this.GetBoundsRotation());
        }
NSView