C# Класс ARCed.Scintilla.DropMarker

Represents a DropMarker, currently a single document point.
Наследование: ManagedRange
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Paint ( Graphics g ) : void

Приватные методы

Метод Описание
Collect ( bool dispose ) : bool
DropMarker ( int start, int end, int topOffset, Scintilla scintilla ) : System

Описание методов

Change() публичный Метод

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
Результат void

Collect() публичный Метод

Collects the DropMarker and causes it to be removed from all lists it belongs ti.
public Collect ( ) : bool
Результат bool

Dispose() публичный Метод

Overridden.
public Dispose ( ) : void
Результат void

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetClientRectangle() публичный Метод

Gets the Client Rectangle in pixels of the DropMarker's visual indicator.
public GetClientRectangle ( ) : Rectangle
Результат System.Drawing.Rectangle

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Invalidate() публичный Метод

Forces a repaint of the DropMarker
public Invalidate ( ) : void
Результат void

Paint() защищенный Метод

protected Paint ( Graphics g ) : void
g System.Drawing.Graphics
Результат void