AvalonEdit
GetOffset Method (line, column)
NamespacesICSharpCode.AvalonEdit.DocumentTextDocumentGetOffset(Int32, Int32)
Gets the offset from a text location.
Declaration Syntax
C#Visual BasicVisual C++
public int GetOffset(
	int line,
	int column
)
Public Function GetOffset ( _
	line As Integer, _
	column As Integer _
) As Integer
public:
virtual int GetOffset(
	int line, 
	int column
) sealed
Parameters
line (Int32)
column (Int32)
See Also

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238