C# Class TextAddin.Controls.VisualLineElement

Inheritance: Flood.GUI.Controls.Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Split ( int splitStartOffset, IList elements, int elementIndex ) : void

Splits the element.

VisualLineElement ( VisualLine visualLine, int offset, int length ) : System

Méthodes protégées

Méthode Description
OnMouseClickedLeft ( int x, int y, bool down ) : void
Render ( Flood skin ) : void

Private Methods

Méthode Description
UpdateText ( ) : void

Method Details

OnMouseClickedLeft() protected méthode

protected OnMouseClickedLeft ( int x, int y, bool down ) : void
x int
y int
down bool
Résultat void

Render() protected méthode

protected Render ( Flood skin ) : void
skin Flood
Résultat void

Split() public méthode

Splits the element.
public Split ( int splitStartOffset, IList elements, int elementIndex ) : void
splitStartOffset int Position inside this element at which it should be broken
elements IList The collection of line elements
elementIndex int The index at which this element is in the elements list.
Résultat void

VisualLineElement() public méthode

public VisualLineElement ( VisualLine visualLine, int offset, int length ) : System
visualLine VisualLine
offset int
length int
Résultat System