AGS.Editor.ScintillaWrapper.IScriptEditorControl C# (CSharp) Method

IScriptEditorControl() private method

private IScriptEditorControl ( int position ) : int
position int
return int
        int IScriptEditorControl.GetLineNumberForPosition(int position)
        {
            return scintillaControl1.LineFromPosition(position) + 1;
        }

Same methods

ScintillaWrapper::IScriptEditorControl ( ) : string
ScintillaWrapper::IScriptEditorControl ( ) : void
ScintillaWrapper