FlexReport for WinForms
GetCaretCoords メソッド (C1TextLayout)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1TextLayout クラス : GetCaretCoords メソッド
The text position used to get the pixel location.
Indicates whether the location should points to the position after char specified by the textIndex.
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 MustOverride Function GetCaretCoords( _
   ByVal textIndex As System.Integer, _
   ByVal isTraling As System.Boolean _
) As C1CaretCoords
'使用法
 
Dim instance As C1TextLayout
Dim textIndex As System.Integer
Dim isTraling As System.Boolean
Dim value As C1CaretCoords
 
value = instance.GetCaretCoords(textIndex, isTraling)
public abstract C1CaretCoords GetCaretCoords( 
   System.int textIndex,
   System.bool isTraling
)

パラメータ

textIndex
The text position used to get the pixel location.
isTraling
Indicates whether the location should points to the position after char specified by the textIndex.
参照

参照

C1TextLayout クラス
C1TextLayout メンバ