Méthode | Description | |
---|---|---|
GetDocumentTextPosition ( TextView textView, int offset ) : Avalonia.Rect | ||
GetLinesForSegmentInDocument ( |
||
GetLinesForSegmentOnScreen ( TextView textView, ISegment segment, bool extendToFullWidthAtLineEnd = false ) : IEnumerable |
||
GetRectsForSegment ( TextView textView, ISegment segment, bool extendToFullWidthAtLineEnd = false ) : IEnumerable |
||
GetTextPositionInViewPort ( TextView textView, TextViewPosition position ) : Avalonia.Rect | ||
GetTextViewPosition ( TextView textView, int offset ) : Avalonia.Rect | ||
GetViewPortPosition ( TextView textView, int offset ) : Avalonia.Rect |
Méthode | Description | |
---|---|---|
GetOffsetForLinesInSegmentInDocument ( |
||
GetOffsetForLinesInSegmentOnScreen ( TextView textView, ISegment segment, bool extendToFullWidthAtLineEnd = false ) : int>>.IEnumerable |
public static GetDocumentTextPosition ( TextView textView, int offset ) : Avalonia.Rect | ||
textView | TextView | |
offset | int | |
Résultat | Avalonia.Rect |
public static GetLinesForSegmentInDocument ( |
||
textDocument | ||
segment | ISegment | |
extendToFullWidthAtLineEnd | bool | |
Résultat | IEnumerable |
public static GetLinesForSegmentOnScreen ( TextView textView, ISegment segment, bool extendToFullWidthAtLineEnd = false ) : IEnumerable |
||
textView | TextView | |
segment | ISegment | |
extendToFullWidthAtLineEnd | bool | |
Résultat | IEnumerable |
public static GetRectsForSegment ( TextView textView, ISegment segment, bool extendToFullWidthAtLineEnd = false ) : IEnumerable |
||
textView | TextView | |
segment | ISegment | |
extendToFullWidthAtLineEnd | bool | |
Résultat | IEnumerable |
public static GetTextPositionInViewPort ( TextView textView, TextViewPosition position ) : Avalonia.Rect | ||
textView | TextView | |
position | TextViewPosition | |
Résultat | Avalonia.Rect |
public static GetTextViewPosition ( TextView textView, int offset ) : Avalonia.Rect | ||
textView | TextView | |
offset | int | |
Résultat | Avalonia.Rect |
public static GetViewPortPosition ( TextView textView, int offset ) : Avalonia.Rect | ||
textView | TextView | |
offset | int | |
Résultat | Avalonia.Rect |