C# Class ARCed.Scintilla.ManagedRange

Inheritance: Range, IDisposable
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
Change ( int newStart, int newEnd ) : void
Dispose ( ) : void
GetHashCode ( ) : int
ManagedRange ( int start, int end, Scintilla scintilla ) : System

Protected Methods

Method Description
ManagedRange ( ) : System
ManagedRange ( Range range ) : System
Paint ( Graphics g ) : void

Method Details

Change() public method

public Change ( int newStart, int newEnd ) : void
newStart int
newEnd int
return void

Dispose() public method

public Dispose ( ) : void
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

ManagedRange() protected method

protected ManagedRange ( ) : System
return System

ManagedRange() protected method

protected ManagedRange ( Range range ) : System
range Range
return System

ManagedRange() public method

public ManagedRange ( int start, int end, Scintilla scintilla ) : System
start int
end int
scintilla Scintilla
return System

Paint() protected method

protected Paint ( Graphics g ) : void
g System.Drawing.Graphics
return void