C# 클래스 ARCed.Scintilla.DropMarker

Represents a DropMarker, currently a single document point.
상속: ManagedRange
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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