C# Class ARCed.Scintilla.DropMarker

Represents a DropMarker, currently a single document point.
Inheritance: ManagedRange
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
Change ( int newStart, int newEnd ) : void

Overridden, changes the document position. Start and End should match.

Collect ( ) : bool

Collects the DropMarker and causes it to be removed from all lists it belongs ti.

Dispose ( ) : void

Overridden.

Equals ( object obj ) : bool
GetClientRectangle ( ) : Rectangle

Gets the Client Rectangle in pixels of the DropMarker's visual indicator.

GetHashCode ( ) : int
Invalidate ( ) : void

Forces a repaint of the DropMarker

Méthodes protégées

Méthode Description
Paint ( Graphics g ) : void

Private Methods

Méthode Description
Collect ( bool dispose ) : bool
DropMarker ( int start, int end, int topOffset, Scintilla scintilla ) : System

Method Details

Change() public méthode

Overridden, changes the document position. Start and End should match.
public Change ( int newStart, int newEnd ) : void
newStart int Document _start position
newEnd int Document _end position
Résultat void

Collect() public méthode

Collects the DropMarker and causes it to be removed from all lists it belongs ti.
public Collect ( ) : bool
Résultat bool

Dispose() public méthode

Overridden.
public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetClientRectangle() public méthode

Gets the Client Rectangle in pixels of the DropMarker's visual indicator.
public GetClientRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Invalidate() public méthode

Forces a repaint of the DropMarker
public Invalidate ( ) : void
Résultat void

Paint() protected méthode

protected Paint ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void