Smartmobili.Cocoa.NSView.SetBoundsRotation C# (CSharp) Méthode

SetBoundsRotation() public méthode

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