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

GetBoundsRotation() public method

public GetBoundsRotation ( ) : double
return double
        public virtual double GetBoundsRotation()
        {
            if (_boundsMatrix != null)
            {
                return _boundsMatrix.RotationAngle();
            }

            return 0.0;
        }
NSView