ITextViewLine.GetVirtualBufferPositionFromXCoordinate(Double) Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the buffer position of the character whose character bounds contains the given x-coordinate.
public:
 Microsoft::VisualStudio::Text::VirtualSnapshotPoint GetVirtualBufferPositionFromXCoordinate(double xCoordinate);
	public Microsoft.VisualStudio.Text.VirtualSnapshotPoint GetVirtualBufferPositionFromXCoordinate(double xCoordinate);
	abstract member GetVirtualBufferPositionFromXCoordinate : double -> Microsoft.VisualStudio.Text.VirtualSnapshotPoint
	Public Function GetVirtualBufferPositionFromXCoordinate (xCoordinate As Double) As VirtualSnapshotPoint
	Parameters
- xCoordinate
 - Double
 
The x-coordinate of the desired character.
Returns
The text buffer-based point of the character at x
Remarks
If there are no characters at the provided x-coordinate, a point in virtual space will be returned.
If the provided x-coordinate is to the left of the start of the line, the buffer position of the line's left edge will be returned.