Méthode | Description | |
---|---|---|
Create ( IWpfTextView wpfTextView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : |
||
MouseLocation ( ITextViewLine textViewLine, VirtualSnapshotPoint position, Point point ) : System | ||
ToString ( ) : string | ||
TryCreateTextOnly ( IWpfTextView wpfTextView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : |
Méthode | Description | |
---|---|---|
GetTextPoint ( IWpfTextView wpfTextView, System.Windows.Input.MouseEventArgs e ) : Point |
public static Create ( IWpfTextView wpfTextView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : |
||
wpfTextView | IWpfTextView | |
e | System.Windows.Input.MouseEventArgs | |
insertionPosition | bool | |
Résultat |
public MouseLocation ( ITextViewLine textViewLine, VirtualSnapshotPoint position, Point point ) : System | ||
textViewLine | ITextViewLine | |
position | VirtualSnapshotPoint | |
point | Point | |
Résultat | System |
public static TryCreateTextOnly ( IWpfTextView wpfTextView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : |
||
wpfTextView | IWpfTextView | |
e | System.Windows.Input.MouseEventArgs | |
fullLineHeight | bool | |
Résultat |