Smartmobili.Cocoa.NSView.GetFrameRotation C# (CSharp) 메소드

GetFrameRotation() 공개 메소드

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