AGS.Editor.GUIController.ShowCustomResolutionChooserFromPropertyGrid C# (CSharp) Method

ShowCustomResolutionChooserFromPropertyGrid() private method

private ShowCustomResolutionChooserFromPropertyGrid ( Size currentSize ) : Size
currentSize System.Drawing.Size
return System.Drawing.Size
        private Size ShowCustomResolutionChooserFromPropertyGrid(Size currentSize)
        {
            return CustomResolutionDialog.Show(currentSize);
        }
GUIController