FlexReport for WinForms
GetCaretCoords メソッド (C1ExportTextLayout)


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1ExportTextLayout クラス : GetCaretCoords メソッド
The text position used to get the pixel location.
Use this function to get the pixel location relative to the top-left of the layout box given the text position and the logical side of the position.
シンタックス
'宣言
 
Public Overrides Function GetCaretCoords( _
   ByVal textIndex As System.Integer, _
   ByVal isTrailing As System.Boolean _
) As C1CaretCoords
'使用法
 
Dim instance As C1ExportTextLayout
Dim textIndex As System.Integer
Dim isTrailing As System.Boolean
Dim value As C1CaretCoords
 
value = instance.GetCaretCoords(textIndex, isTrailing)
public override C1CaretCoords GetCaretCoords( 
   System.int textIndex,
   System.bool isTrailing
)

パラメータ

textIndex
The text position used to get the pixel location.
isTrailing
参照

参照

C1ExportTextLayout クラス
C1ExportTextLayout メンバ