Plugin.Toasts.MessageView.OrientationChanged C# (CSharp) Method

OrientationChanged() private method

private OrientationChanged ( NSNotification notification ) : void
notification NSNotification
return void
        private void OrientationChanged(NSNotification notification)
        {
            Frame = new RectangleF((float) Frame.X, (float) Frame.Y, GetStatusBarFrame().Width, (float) Frame.Height);
            SetNeedsDisplay();
        }