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

GetBoundsRotation() public méthode

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

            return 0.0;
        }
NSView