VsTextViewClass.GetPointOfLineColumn(Int32, Int32, POINT[]) Yöntem

Tanım

Belirli bir çizgi ve sütun için sol üst köşenin koordinatlarını döndürür.

public:
 virtual int GetPointOfLineColumn(int iLine, int iCol, cli::array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ ppt) = Microsoft::VisualStudio::TextManager::Interop::IVsTextView::GetPointOfLineColumn;
public:
 virtual int GetPointOfLineColumn(int iLine, int iCol, Platform::Array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ ppt) = Microsoft::VisualStudio::TextManager::Interop::IVsTextView::GetPointOfLineColumn;
 virtual int GetPointOfLineColumn(int iLine, int iCol, std::Array <Microsoft::VisualStudio::OLE::Interop::POINT> const & ppt);
public virtual int GetPointOfLineColumn (int iLine, int iCol, Microsoft.VisualStudio.OLE.Interop.POINT[] ppt);
abstract member GetPointOfLineColumn : int * int * Microsoft.VisualStudio.OLE.Interop.POINT[] -> int
override this.GetPointOfLineColumn : int * int * Microsoft.VisualStudio.OLE.Interop.POINT[] -> int
Public Overridable Function GetPointOfLineColumn (iLine As Integer, iCol As Integer, ppt As POINT()) As Integer

Parametreler

iLine
Int32

'ndaki Satır dizinini içeren tamsayı.

iCol
Int32

'ndaki Sütun dizinini içeren tamsayı. ViewCol koordinatları sanal alanı içerebilir.

ppt
POINT[]

[Out, retval] Çizginin sol üst köşesinin x ve y koordinatlarını tanımlayan yapı. Daha fazla bilgi için bkz. Platform SDK 'sını Işaret edin.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Uygulamalar

Şunlara uygulanır