Partager via


VsTextViewClass.GetPointOfLineColumn, méthode

Retourne les coordonnées du coin supérieur gauche d'une ligne et d'une colonne particulières.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iLine
    Type : Int32

    [in] entier contenant l'index de ligne.

  • iCol
    Type : Int32

    [in] entier contenant l'index de colonne. Les coordonnées de Viewcol peuvent comprendre l'espace virtuel.

  • ppt
    Type : array<POINT[]

    [out, retval] structurez définir le coordonnées x et y de l'angle supérieur gauche de la ligne. Pour plus d'informations, consultez le POINT dans le Kit de développement Platform SDK.

Valeur de retour

Type : Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

VsTextViewClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms