AGS.Editor.GUIController.ZoomToFile C# (CSharp) Метод

ZoomToFile() публичный Метод

public ZoomToFile ( string fileName ) : void
fileName string
Результат void
        public void ZoomToFile(string fileName)
        {
            ZoomToFile(fileName, ZoomToFileZoomType.DoNotMoveCursor, 0, false);
        }

Same methods

GUIController::ZoomToFile ( string fileName, ZoomToFileZoomType zoomType, int zoomToPosition ) : void
GUIController::ZoomToFile ( string fileName, ZoomToFileZoomType zoomType, int zoomPosition, bool isDebugExecutionPoint ) : void
GUIController::ZoomToFile ( string fileName, ZoomToFileZoomType zoomType, int zoomPosition, bool isDebugExecutionPoint, bool selectWholeLine, string errorMessage, bool activateEditor ) : void
GUIController::ZoomToFile ( string fileName, int lineNumber ) : void
GUIController::ZoomToFile ( string fileName, int lineNumber, bool isDebugExecutionPoint, string errorMessage ) : void
GUIController::ZoomToFile ( string fileName, string function ) : void
GUIController