Mono.TextEditor.TextViewMargin.YToLine C# (CSharp) Méthode

YToLine() public méthode

public YToLine ( double yPos ) : int
yPos double
Résultat int
		public int YToLine (double yPos)
		{			
			var result = textEditor.GetTextEditorData ().HeightTree.YToLineNumber (yPos);
			return result;
		}