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