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

GetFrameRotation() public method

public GetFrameRotation ( ) : double
return double
        public virtual double GetFrameRotation()
        {
            if (_frameMatrix != null)
            {
                return _frameMatrix.RotationAngle();
            }
            return 0.0;
        }
NSView