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

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

public GetBoundsRotation ( ) : double
Результат double
        public virtual double GetBoundsRotation()
        {
            if (_boundsMatrix != null)
            {
                return _boundsMatrix.RotationAngle();
            }

            return 0.0;
        }
NSView