Partilhar via


Método VsTextViewClass.GetPointOfLineColumn

Retorna as coordenadas para o canto superior esquerdo de uma determinada linha e coluna.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Public Overridable Function GetPointOfLineColumn ( _
    iLine As Integer, _
    iCol As Integer, _
    <OutAttribute> ppt As POINT() _
) As Integer
public virtual int GetPointOfLineColumn(
    int iLine,
    int iCol,
    POINT[] ppt
)
public:
virtual int GetPointOfLineColumn(
    [InAttribute] int iLine, 
    [InAttribute] int iCol, 
    [OutAttribute] array<POINT>^ ppt
)
abstract GetPointOfLineColumn : 
        iLine:int * 
        iCol:int * 
        ppt:POINT[] byref -> int  
override GetPointOfLineColumn : 
        iLine:int * 
        iCol:int * 
        ppt:POINT[] byref -> int
public function GetPointOfLineColumn(
    iLine : int, 
    iCol : int, 
    ppt : POINT[]
) : int

Parâmetros

  • iLine
    Tipo: Int32

    [in] Integer que contém o índice de linha.

  • iCol
    Tipo: Int32

    [in] Integer contendo o índice da coluna. Coordenadas de Viewcol podem incluir o espaço virtual.

  • ppt
    Tipo: array<POINT[]

    [out, retval] Definindo as coordenadas x e y do canto superior esquerdo da linha de estrutura. Para obter mais informações, consulte o ponto no Platform SDK.

Valor de retorno

Tipo: Int32

Implementações

IVsTextView.GetPointOfLineColumn(Int32, Int32, array<POINT[])

Segurança do .NET Framework

Consulte também

Referência

VsTextViewClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop